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:
5
build/uglifyjs.config.json
Normal file
5
build/uglifyjs.config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"output" : {
|
||||
"comments": "/^!/"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user