From 2c5bc6b63c60bb28b7cb9313aa39029e8ff28e1e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Nov 2011 15:06:30 -0500 Subject: [PATCH] uglify's mangle currently causing problems in IE8; removing until it can be further researched --- tools/minify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/minify.js b/tools/minify.js index 947d32f..14794d0 100644 --- a/tools/minify.js +++ b/tools/minify.js @@ -58,7 +58,6 @@ function minify() var ast = parser.parse( data ); // mange and minify - ast = uglify.ast_mangle( ast ); ast = uglify.ast_squeeze( ast ); // output final, compressed code