瀏覽代碼

Gruntfile: cli does not need libraries

Herbert Vojčík 8 年之前
父節點
當前提交
d94f064538
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Gruntfile.js

+ 0 - 6
Gruntfile.js

@@ -57,12 +57,6 @@ module.exports = function (grunt) {
             cli: {
                 output_dir: 'external/amber-cli/src',
                 src: ['external/amber-cli/src/AmberCli.st'],
-                libraries: [
-                    'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
-                    'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',
-                    'SUnit', 'Platform-ImportExport',
-                    'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'
-                ],
                 amd_namespace: 'amber_cli'
             },
             dev: {