Explorar el Código

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

Mikhail Kryshen hace 9 años
padre
commit
53429006c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
                 }
             },