diff options
| author | Johann-S <[email protected]> | 2018-03-29 22:16:56 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-03-29 21:21:31 -0700 |
| commit | fd57d371f84e2aeac35d5701ae3ad357ad6456b2 (patch) | |
| tree | e0772bb5460303622156d4024f9cb652234d5109 /package.json | |
| parent | 9cdb7a83010dbdc29d1910bda94ca50711168a48 (diff) | |
| download | bootstrap-fd57d371f84e2aeac35d5701ae3ad357ad6456b2.tar.xz bootstrap-fd57d371f84e2aeac35d5701ae3ad357ad6456b2.zip | |
fix bundle and run test against it
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index a355d06e2..eba0d66f5 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,8 @@ "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-karma-bundle": "cross-env karma start js/tests/karma-bundle.conf.js", + "js-test-karma-bundle-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma-bundle", "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-compile": "bundle exec jekyll build", |
