parent
0f3324325b
commit
15dddec5e8
|
@ -7,7 +7,7 @@
|
|||
"scss": "node-sass scss/style.scss css/style.css --output-style expanded",
|
||||
"cssmin": "node-sass css/style.css css/style.min.css --output-style compressed",
|
||||
"build:css": "npm run scss && npm run cssmin",
|
||||
"watch:css": "onchange 'scss/*.scss' 'scss/inc/*.scss' -- npm run build:css"
|
||||
"watch:css": "onchange \"scss/*.scss\" \"scss/inc/*.scss\" -- npm run build:css"
|
||||
},
|
||||
"author": "tuc2",
|
||||
"license": "WTFPL",
|
||||
|
|
Loading…
Reference in New Issue