Move watch task to separate script, fixes #5
This commit is contained in:
Родитель
9e0238b14e
Коммит
2d9b2b8ba5
|
@ -5,8 +5,9 @@
|
|||
"style": "bootstrap-custom.css",
|
||||
"sass": "bootstrap-custom.scss",
|
||||
"scripts": {
|
||||
"start": "npm run sass -- -w",
|
||||
"sass": "node-sass --output-style compressed bootstrap-custom.scss bootstrap-custom.css"
|
||||
"start": "npm run sass",
|
||||
"sass": "node-sass --output-style compressed bootstrap-custom.scss bootstrap-custom.css",
|
||||
"watch": "npm run sass -- -w"
|
||||
},
|
||||
"author": "mdo",
|
||||
"license": "MIT",
|
||||
|
|
Загрузка…
Ссылка в новой задаче