Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dbe8e554
Commit
dbe8e554
authored
7 years ago
by
Johann-S
Browse files
Options
Download
Email Patches
Plain Diff
Add watch-css and watch-js + a global watch command
parent
48205258
7 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!22598
test
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+3
-1
package.json
with
3 additions
and
1 deletion
+3
-1
package.json
+
3
-
1
View file @
dbe8e554
...
...
@@ -54,7 +54,9 @@
"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"
,
"watch"
:
"nodemon -e scss -x
\"
npm run css && npm run css-docs
\"
"
"watch-css"
:
"nodemon --ignore js/ --ignore dist/ -e scss -x
\"
npm run css && npm run css-docs
\"
"
,
"watch-js"
:
"nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x
\"
npm run js-compile
\"
"
,
"watch"
:
"npm-run-all --parallel watch-css watch-js"
},
"style"
:
"dist/css/bootstrap.css"
,
"sass"
:
"scss/bootstrap.scss"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets