瀏覽代碼

devkit: fix example in amberc grunt task

Herbert Vojčík 9 年之前
父節點
當前提交
0cbd6b5250
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      external/amber-dev/tasks/grunt-amberc.js

+ 2 - 2
external/amber-dev/tasks/grunt-amberc.js

@@ -23,10 +23,10 @@ module.exports = function (grunt) {
            verbose: true
          },
          src: ['projects/HelloWorld/src/HelloWorld.st'], // REQUIRED
-         outputDir: 'projects/HelloWorld/src',  // optional
+         output_dir: 'projects/HelloWorld/src',  // optional
          libraries: 'Web',                       // optional
          jsGlobals: ['global1', 'global2'],     // optional
-         amdNamespace: 'MyNamespace',          // optional (default: 'amber')
+         amd_namespace: 'MyNamespace',          // optional (default: 'amber')
        },
      },