1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

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`.
This commit is contained in:
XhmikosR
2017-09-28 15:35:23 +03:00
committed by GitHub
parent 27a015ba15
commit fe06814f3e
2 changed files with 3 additions and 11 deletions

View File

@@ -1,8 +0,0 @@
{
"output": {
"comments": "/^!/"
},
"compress": {
"typeofs": false
}
}