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: 2.1.0-beta2~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=209f0a8a8ba08efed5f66ce6ccae051b16be1189;p=jquery.git Only set uglify options if not already the default --- diff --git a/Gruntfile.js b/Gruntfile.js index 439ec6a79..4e4cd06f5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -113,17 +113,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 } } }