Przeglądaj źródła

grunt: remove Examples.js from amber_dev target

Manfred Kroehnert 11 lat temu
rodzic
commit
b9f0268377
1 zmienionych plików z 1 dodań i 1 usunięć
  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: {