This website requires JavaScript.
Explore
Help
Sign In
mirror
/
bootstrap
Watch
1
Star
0
Fork
0
You've already forked bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-02-23 09:41:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bootstrap
/
build
/
uglifyjs.config.json
9 lines
83 B
JSON
Raw
Normal View
History
Unescape
Escape
Use config file for UglifyJS to ensure same behavior on every environments (#22990)
2017-07-05 09:53:23 +02:00
{
Adapt UglifyJS config for IE10 See mishoo/UglifyJS2#2198
2017-08-31 16:03:41 +02:00
"output"
:
{
Use config file for UglifyJS to ensure same behavior on every environments (#22990)
2017-07-05 09:53:23 +02:00
"comments"
:
"/^!/"
Adapt UglifyJS config for IE10 See mishoo/UglifyJS2#2198
2017-08-31 16:03:41 +02:00
}
,
"compress"
:
{
"typeofs"
:
false
}
Use config file for UglifyJS to ensure same behavior on every environments (#22990)
2017-07-05 09:53:23 +02:00
}
Reference in New Issue
Copy Permalink