aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerst <[email protected]>2017-08-31 16:03:41 +0200
committerJohann-S <[email protected]>2017-08-31 16:40:26 +0200
commit0165a620ec5826289dd56c0683c413e7a5b47fcb (patch)
tree0ac23969d59449b9a08a76e4a01692d371e7bf4e
parent870b743b81e42f63c58fd87c632f826ead681a6f (diff)
downloadbootstrap-0165a620ec5826289dd56c0683c413e7a5b47fcb.tar.xz
bootstrap-0165a620ec5826289dd56c0683c413e7a5b47fcb.zip
Adapt UglifyJS config for IE10
See mishoo/UglifyJS2#2198
-rw-r--r--build/uglifyjs.config.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json
index 2b53a56d9..5085f4186 100644
--- a/build/uglifyjs.config.json
+++ b/build/uglifyjs.config.json
@@ -1,5 +1,8 @@
{
- "output" : {
+ "output": {
"comments": "/^!/"
- }
+ },
+ "compress": {
+ "typeofs": false
+ }
}