Skip to content
GitLab
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
11a5ca8f
Commit
11a5ca8f
authored
7 years ago
by
Johann-S
Browse files
Options
Download
Email Patches
Plain Diff
Add back js-lint when we try to build our js
parent
ae6440a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+2
-2
package.json
with
2 additions
and
2 deletions
+2
-2
package.json
+
2
-
2
View file @
11a5ca8f
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
"css-prefix-docs"
:
"postcss --config build/ --no-map --replace assets/css/docs.min.css"
,
"css-prefix-docs"
:
"postcss --config build/ --no-map --replace assets/css/docs.min.css"
,
"css-minify"
:
"cleancss --level 1 --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify"
:
"cleancss --level 1 --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify-docs"
:
"cleancss --level 1 --source-map --output assets/css/docs.min.css assets/css/docs.min.css"
,
"css-minify-docs"
:
"cleancss --level 1 --source-map --output assets/css/docs.min.css assets/css/docs.min.css"
,
"js"
:
"npm-run-all js-compile js-minify"
,
"js"
:
"npm-run-all
js-lint
js-compile js-minify"
,
"js-docs"
:
"npm-run-all js-lint-docs js-minify-docs"
,
"js-docs"
:
"npm-run-all js-lint-docs js-minify-docs"
,
"js-lint"
:
"eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js"
,
"js-lint"
:
"eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js"
,
"js-lint-docs"
:
"eslint --config js/tests/.eslintrc.json assets/js/"
,
"js-lint-docs"
:
"eslint --config js/tests/.eslintrc.json assets/js/"
,
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
"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-css"
:
"nodemon --ignore js/ --ignore dist/ -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-js"
:
"nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x
\"
npm run js-compile
-plugins
\"
"
,
"watch"
:
"npm-run-all --parallel watch-css watch-js"
"watch"
:
"npm-run-all --parallel watch-css watch-js"
},
},
"style"
:
"dist/css/bootstrap.css"
,
"style"
:
"dist/css/bootstrap.css"
,
...
...
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