mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Change uglify compression options, close gh-1245.
This commit is contained in:
parent
5179fa00b8
commit
aae7abfeb6
@ -116,6 +116,12 @@ module.exports = function( grunt ) {
|
|||||||
beautify: {
|
beautify: {
|
||||||
ascii_only: true
|
ascii_only: true
|
||||||
},
|
},
|
||||||
|
compress: {
|
||||||
|
hoist_funs: false,
|
||||||
|
join_vars: false,
|
||||||
|
loops: false,
|
||||||
|
unused: false
|
||||||
|
},
|
||||||
mangle: {
|
mangle: {
|
||||||
// saves some bytes when gzipped
|
// saves some bytes when gzipped
|
||||||
except: [ "undefined" ]
|
except: [ "undefined" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user