aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 15:35:23 +0300
committerGitHub <[email protected]>2017-09-28 15:35:23 +0300
commitfe06814f3e3c72f36bb2ab96df206cc564fb74b0 (patch)
tree24505c340576120ba9db1f537621802f13b26456 /build
parent27a015ba15fa63d5c311c644c5c0efc2a2868fe7 (diff)
downloadbootstrap-fe06814f3e3c72f36bb2ab96df206cc564fb74b0.tar.xz
bootstrap-fe06814f3e3c72f36bb2ab96df206cc564fb74b0.zip
Move uglify-js's config back to CLI. (#24147)
We need to pass different options and this seems cleaner at this point. In order for docs.min.js to keeps all comments, we don't pass `compress`.
Diffstat (limited to 'build')
-rw-r--r--build/uglifyjs.config.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json
deleted file mode 100644
index c536aed2b..000000000
--- a/build/uglifyjs.config.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "output": {
- "comments": "/^!/"
- },
- "compress": {
- "typeofs": false
- }
-}