Explorar o código

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

Mikhail Kryshen %!s(int64=9) %!d(string=hai) anos
pai
achega
53429006c9
Modificáronse 1 ficheiros con 1 adicións e 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"
                 }
             },