aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-02 15:26:45 +0200
committerGitHub <[email protected]>2017-05-02 15:26:45 +0200
commit954f482f4a48939c78b8e00199de0090cd5239aa (patch)
treea45175acaccce9850171a1b4724de8fa93430fc4
parente00de46540818fa11feb6d1f0e8b0089ba56f082 (diff)
downloadbootstrap-954f482f4a48939c78b8e00199de0090cd5239aa.tar.xz
bootstrap-954f482f4a48939c78b8e00199de0090cd5239aa.zip
Remove log from WEBrick during js-test-cloud
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7e9ee3c75..97bb60381 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"js-minify-docs": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output docs/assets/js/docs.min.js docs/assets/js/vendor/anchor.min.js docs/assets/js/vendor/clipboard.min.js docs/assets/js/vendor/holder.min.js docs/assets/js/src/application.js",
"js-test": "phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60",
"js-test-dep": "npm install grunt && npm install grunt-saucelabs",
- "js-launch-cloud": "ruby -run -ehttpd . -p3000 > /dev/null & grunt saucelabs-qunit",
+ "js-launch-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\" & grunt saucelabs-qunit",
"js-test-cloud": "npm-run-all js-test-dep js-launch-cloud",
"docs": "npm-run-all docs-compile docs-lint",
"docs-lint": "htmlhint --config docs/.htmlhintrc _gh_pages/ js/tests/visual/ && htmllint --rc docs/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html",