2
0
Ver Fonte

Platform-Node is also recompiled by grunt

Herbert Vojčík há 8 anos atrás
pai
commit
05e922edc8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -46,7 +46,7 @@ module.exports = function (grunt) {
                 output_dir: 'src',
                 src: ['src/Kernel-Objects.st', 'src/Kernel-Classes.st', 'src/Kernel-Methods.st', 'src/Kernel-Collections.st',
                     'src/Kernel-Infrastructure.st', 'src/Kernel-Exceptions.st', 'src/Kernel-Announcements.st',
-                    'src/Platform-Services.st', 'src/Platform-ImportExport.st', 'src/Platform-Browser.st',
+                    'src/Platform-Services.st', 'src/Platform-ImportExport.st', 'src/Platform-Browser.st', 'src/Platform-Node.st',
                     'src/Compiler-Exceptions.st', 'src/Compiler-Core.st', 'src/Compiler-AST.st',
                     'src/Compiler-IR.st', 'src/Compiler-Inlining.st', 'src/Compiler-Semantic.st', 'src/Compiler-Interpreter.st',
                     'src/SUnit.st',