Skip to content

Commit 865878c

Browse files
committed
SCSS を編集して保存したら、自動で CSS にコンパイルされるようにした(yarn run build:scss:watch)
1 parent 5019921 commit 865878c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

my-standard-layout-scss/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"build:scss": "node-sass --recursive src/scss --output src/css",
9+
"build:scss:watch": "yarn run build:scss --watch",
910
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
1011
},
1112
"dependencies": {},

0 commit comments

Comments
 (0)