diff --git a/Gruntfile.js b/Gruntfile.js index 1b13c277d..98cde83e0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -116,6 +116,12 @@ module.exports = function( grunt ) { beautify: { ascii_only: true }, + compress: { + hoist_funs: false, + join_vars: false, + loops: false, + unused: false + }, mangle: { // saves some bytes when gzipped except: [ "undefined" ]