Browse Source

grunt: add missing files to amberc:all

Manfred Kroehnert 10 years ago
parent
commit
7e53745e8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -45,7 +45,8 @@ module.exports = function(grunt) {
               'st/Helios-Commands.st', 'st/Helios-Commands-Core.st', 'st/Helios-Commands-Browser.st', 'st/Helios-Commands-Tools.st',
               'st/Helios-References.st', 'st/Helios-Inspector.st', 'st/Helios-Browser.st',
               'st/Helios-Transcript.st', 'st/Helios-Workspace.st', 'st/Helios-Debugger.st',
-              'st/Helios-Workspace-Tests.st'
+              'st/Helios-Workspace-Tests.st',
+              'st/Benchfib.st', 'st/Examples.st', 'st/Spaces.st'
               ],
         jsGlobals: ['navigator'],
         deploy: true