aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-07-05 09:53:23 +0200
committerGitHub <[email protected]>2017-07-05 09:53:23 +0200
commit88b2e228c287d8aab1c9975db7da949569859430 (patch)
tree9802714c89cf16c4f69ea222a23eae89cd7787d8 /build
parentf093b90a7d4d2c84c526d8e0896e3fc9353f26ce (diff)
downloadbootstrap-88b2e228c287d8aab1c9975db7da949569859430.tar.xz
bootstrap-88b2e228c287d8aab1c9975db7da949569859430.zip
Use config file for UglifyJS to ensure same behavior on every environments (#22990)
Diffstat (limited to 'build')
-rw-r--r--build/uglifyjs.config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json
new file mode 100644
index 000000000..2b53a56d9
--- /dev/null
+++ b/build/uglifyjs.config.json
@@ -0,0 +1,5 @@
+{
+ "output" : {
+ "comments": "/^!/"
+ }
+}