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
68ca2946
Commit
68ca2946
authored
7 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Run karma tests in parallel.
parent
e8ba3713
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 @
68ca2946
...
@@ -42,7 +42,9 @@
...
@@ -42,7 +42,9 @@
"js-minify-standalone"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-minify-standalone"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-minify-bundle"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-bundle"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-docs"
:
"uglifyjs --mangle --comments
\"
/^!/
\"
--output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js
\"
assets/js/src/*.js
\"
"
,
"js-minify-docs"
:
"uglifyjs --mangle --comments
\"
/^!/
\"
--output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js
\"
assets/js/src/*.js
\"
"
,
"js-test"
:
"cross-env USE_OLD_JQUERY=true karma start js/tests/karma.conf.js && karma start js/tests/karma.conf.js"
,
"js-test"
:
"npm-run-all --parallel js-test-karma*"
,
"js-test-karma"
:
"karma start js/tests/karma.conf.js"
,
"js-test-karma-old"
:
"cross-env USE_OLD_JQUERY=true npm run js-test-karma"
,
"js-test-cloud"
:
"ruby -r webrick -e
\"
s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start
\"
& node build/saucelabs-unit-test.js"
,
"js-test-cloud"
:
"ruby -r webrick -e
\"
s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start
\"
& node build/saucelabs-unit-test.js"
,
"docs"
:
"npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint"
,
"docs"
:
"npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint"
,
"docs-compile"
:
"bundle exec jekyll build"
,
"docs-compile"
:
"bundle exec jekyll build"
,
...
...
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