uglify's mangle currently causing problems in IE8; removing until it can be further researched
parent
ba28f0a753
commit
2c5bc6b63c
|
@ -58,7 +58,6 @@ function minify()
|
||||||
var ast = parser.parse( data );
|
var ast = parser.parse( data );
|
||||||
|
|
||||||
// mange and minify
|
// mange and minify
|
||||||
ast = uglify.ast_mangle( ast );
|
|
||||||
ast = uglify.ast_squeeze( ast );
|
ast = uglify.ast_squeeze( ast );
|
||||||
|
|
||||||
// output final, compressed code
|
// output final, compressed code
|
||||||
|
|
Loading…
Reference in New Issue