瀏覽代碼

remove obsolete 'closure_jar' from amberc task

The 'closure_jar' option was removed when minification support was removed from amberc.
Manfred Kröhnert 11 年之前
父節點
當前提交
1226999012
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Gruntfile.js

+ 1 - 2
Gruntfile.js

@@ -16,8 +16,7 @@ module.exports = function(grunt) {
 
     amberc: {
       options: {
-        amber_dir: path.normalize(path.join(__dirname, "node_modules", "amber")),
-        closure_jar: ''
+        amber_dir: path.normalize(path.join(__dirname, "node_modules", "amber"))
       },
       amber_tests: {
         output_dir : 'src',