diff options
| author | Johann-S <[email protected]> | 2017-08-31 19:00:51 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-08-31 19:12:32 +0200 |
| commit | c3fe53cd42d8055b596f287e37497bc65d52eecf (patch) | |
| tree | 8b0aaf3b8fba6b38559cdeda3cb8652b183aacf7 /package.json | |
| parent | 9936bf59444c402b653f28449529eab83794e911 (diff) | |
| download | bootstrap-c3fe53cd42d8055b596f287e37497bc65d52eecf.tar.xz bootstrap-c3fe53cd42d8055b596f287e37497bc65d52eecf.zip | |
Use rollup to add our copyright instead of a custom script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 6ae3476d1..73ddb6906 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js", "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js", "js-compile-plugins": "babel --no-babelrc js/src/ --out-dir js/dist/ --source-maps --presets=es2015 --plugins=transform-es2015-modules-strip", - "postjs-compile": "node build/stamp.js", "js-minify": "npm-run-all --parallel js-minify-*", "js-minify-standalone": "uglifyjs --config-file build/uglifyjs.config.json --output dist/js/bootstrap.min.js dist/js/bootstrap.js", "js-minify-bundle": "uglifyjs --config-file build/uglifyjs.config.json --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", |
