Move watch task to separate script, fixes #5

This commit is contained in:
Mark Otto 2018-07-28 22:38:54 -07:00
Родитель 9e0238b14e
Коммит 2d9b2b8ba5
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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",