From: Timmy Willison Date: Tue, 15 Oct 2013 21:59:58 +0000 (-0400) Subject: Only set uglify options if not already the default X-Git-Tag: 1.11.0-beta2~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08b6271b6d00ba81941ff0c7646bdc790d803e28;p=jquery.git Only set uglify options if not already the default --- diff --git a/Gruntfile.js b/Gruntfile.js index d8577d77c..1f06b4e34 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -111,17 +111,9 @@ module.exports = function( grunt ) { ascii_only: true }, compress: { - properties: true, - dead_code: true, - unsafe: false, - booleans: true, - loops: false, - unused: false, hoist_funs: false, - hoist_vars: false, - if_return: true, - join_vars: true, - warnings: true + loops: false, + unused: false } } }