Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-07-29 08:38:54 +0300
committerMark Otto <markdotto@gmail.com>2018-07-29 08:38:54 +0300
commit2d9b2b8ba50a05d39a46e4d5f070936c18667b1f (patch)
treeccc5643c2262fb703f57b2851c2d72af817bf777
parent9e0238b14e77fd78f5d8707cefe9815ec1544332 (diff)
Move watch task to separate script, fixes #5
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index aa55331..5474933 100644
--- a/package.json
+++ b/package.json
@@ -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",