mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
watch task docs + css
This commit is contained in:
parent
db2db6cd0e
commit
03c26407aa
@ -53,7 +53,8 @@
|
|||||||
"release-version": "node build/change-version.js",
|
"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 ..",
|
"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",
|
"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",
|
"style": "dist/css/bootstrap.css",
|
||||||
"sass": "scss/bootstrap.scss",
|
"sass": "scss/bootstrap.scss",
|
||||||
@ -81,6 +82,7 @@
|
|||||||
"htmlhint": "^0.9.13",
|
"htmlhint": "^0.9.13",
|
||||||
"htmllint-cli": "^0.0.6",
|
"htmllint-cli": "^0.0.6",
|
||||||
"node-sass": "^4.5.2",
|
"node-sass": "^4.5.2",
|
||||||
|
"nodemon": "^1.11.0",
|
||||||
"npm-run-all": "^4.0.2",
|
"npm-run-all": "^4.0.2",
|
||||||
"phantomjs-prebuilt": "^2.1.14",
|
"phantomjs-prebuilt": "^2.1.14",
|
||||||
"postcss-cli": "^3.1.1",
|
"postcss-cli": "^3.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user