aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-04-21 23:35:24 -0700
committerJohann-S <[email protected]>2017-04-29 16:43:51 +0200
commit03c26407aa1e0dc082a367d54df34e639b1697bb (patch)
tree3b6a821d7e2929b3cb664cf86f56d4673445ee63
parentdb2db6cd0e654ddc3bfac5be5fbc93bf2bb3a674 (diff)
downloadbootstrap-03c26407aa1e0dc082a367d54df34e639b1697bb.tar.xz
bootstrap-03c26407aa1e0dc082a367d54df34e639b1697bb.zip
watch task docs + css
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 28937f563..7307a56b1 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,8 @@
"release-version": "node build/change-version.js",
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
"dist": "npm-run-all --parallel css js",
- "test": "npm-run-all dist js-test docs"
+ "test": "npm-run-all dist js-test docs",
+ "watch": "nodemon -e scss -x \"npm run css && npm run css-docs\""
},
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
@@ -81,6 +82,7 @@
"htmlhint": "^0.9.13",
"htmllint-cli": "^0.0.6",
"node-sass": "^4.5.2",
+ "nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-cli": "^3.1.1",