Browse Source

Use Uglify2 optimizer. Fix amber-smalltalk/amber#1215

Mikhail Kryshen 9 years ago
parent
commit
53429006c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      root/Gruntfile.js

+ 1 - 0
root/Gruntfile.js

@@ -59,6 +59,7 @@ module.exports = function (grunt) {
                         excludeDebugContexts: true
                     },
                     include: ['config', 'node_modules/requirejs/require', 'app'],
+                    optimize: "uglify2",
                     out: "the.js"
                 }
             },