1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Use config file for UglifyJS to ensure same behavior on every environments (#22990)

This commit is contained in:
Johann-S
2017-07-05 09:53:23 +02:00
committed by GitHub
parent f093b90a7d
commit 88b2e228c2
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"output" : {
"comments": "/^!/"
}
}