Browse Source

grunt: remove Examples.js from amber_dev target

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
b9f0268377
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {