Explorar o código

grunt: remove Examples.js from amber_dev target

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
b9f0268377
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {