瀏覽代碼

grunt: remove Compiler.st from amber_compiler target

Manfred Kroehnert 12 年之前
父節點
當前提交
7f564169b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -42,7 +42,7 @@ module.exports = function(grunt) {
       amber_compiler: {
         working_dir: 'st',
         target_dir : 'js',
-        src: ['Importer-Exporter.st', 'Compiler.st', 'Compiler-Exceptions.st', 'Compiler-Core.st', 'Compiler-AST.st',
+        src: ['Importer-Exporter.st', 'Compiler-Exceptions.st', 'Compiler-Core.st', 'Compiler-AST.st',
               'Compiler-IR.st', 'Compiler-Inlining.st', 'Compiler-Semantic.st'],
         output_name: 'Compiler',
         deploy: true