We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9179ec commit 3c2477eCopy full SHA for 3c2477e
my-standard-layout-scss/package.json
@@ -5,8 +5,9 @@
5
"repository": "https://github.com/inouetakuya/html5-css3-modern-coding/my-standard-layout-scss",
6
"license": "MIT",
7
"scripts": {
8
- "build:scss": "node-sass --recursive src/scss --output src/css",
+ "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",
11
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
12
},
13
"devDependencies": {
0 commit comments