瀏覽代碼

grunt: remove Examples.js from amber_dev target

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

+ 1 - 1
grunt.js

@@ -73,7 +73,7 @@ module.exports = function(grunt) {
               'Compiler.js', 'Compiler-Exceptions.js', 'Compiler-Core.js', 'Compiler-AST.js',
               'Compiler-IR.js', 'Compiler-Inlining.js', 'Compiler-Semantic.js',
               'Kernel-Tests.js', 'Compiler-Tests.js',
-              'Canvas.js', 'IDE.js', 'SUnit.js', 'Documentation.js', 'Examples.js'],
+              'Canvas.js', 'IDE.js', 'SUnit.js', 'Documentation.js'],
         output_name: 'amber_lib'
       },
       server: {