File tree Expand file tree Collapse file tree 2 files changed +1001
-21
lines changed Expand file tree Collapse file tree 2 files changed +1001
-21
lines changed Original file line number Diff line number Diff line change 5
5
"repository" : " https://github.com/inouetakuya/html5-css3-modern-coding/my-standard-layout-scss" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
- "build:scss" : " node-sass --recursive src/scss --output src/css" ,
9
- "build:scss:watch" : " yarn run build:scss && yarn run build:scss --watch" ,
8
+ "build:scss" : " yarn run clean:css && node-sass --recursive src/scss --output src/css" ,
9
+ "build:scss:watch" : " nodemon --watch src/scss --ext scss --exec 'yarn run build:scss'" ,
10
+ "clean:css" : " rimraf src/css" ,
10
11
"serve" : " browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
11
12
},
12
13
"devDependencies" : {
13
14
"browser-sync" : " ^2.24.6" ,
14
- "node-sass" : " ^4.9.3"
15
+ "node-sass" : " ^4.9.3" ,
16
+ "nodemon" : " ^1.18.3" ,
17
+ "rimraf" : " ^2.6.2"
15
18
}
16
19
}
You can’t perform that action at this time.
0 commit comments