瀏覽代碼

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

Mikhail Kryshen 9 年之前
父節點
當前提交
53429006c9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"
                 }
             },