Explorar o código

grunt: remove Kernel-* libraries since they are included by default

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
6bfd2d9bdc
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      grunt.js

+ 1 - 2
grunt.js

@@ -68,8 +68,7 @@ module.exports = function(grunt) {
       },
       amber_dev: {
         working_dir: 'js',
-        src: ['Kernel-Objects.js', 'Kernel-Classes.js', 'Kernel-Methods.js', 'Kernel-Collections.js',
-              'Kernel-Exceptions.js', 'Kernel-Transcript.js', 'Kernel-Announcements.js',
+        src: [
               'Compiler-Exceptions.js', 'Compiler-Core.js', 'Compiler-AST.js',
               'Compiler-IR.js', 'Compiler-Inlining.js', 'Compiler-Semantic.js',
               'Kernel-Tests.js', 'Compiler-Tests.js',