|  | @@ -46,32 +46,27 @@ module.exports = function(grunt) {
 | 
	
		
			
				|  |  |                'st/Helios-Workspace-Tests.st',
 | 
	
		
			
				|  |  |                'st/Benchfib.st', 'st/Examples.st', 'st/Spaces.st'
 | 
	
		
			
				|  |  |                ],
 | 
	
		
			
				|  |  | -        jsGlobals: ['navigator'],
 | 
	
		
			
				|  |  | -        deploy: true
 | 
	
		
			
				|  |  | +        jsGlobals: ['navigator']
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        amber_kernel: {
 | 
	
		
			
				|  |  |          output_dir : 'js',
 | 
	
		
			
				|  |  |          src: ['st/Kernel-Objects.st', 'st/Kernel-Classes.st', 'st/Kernel-Methods.st', 'st/Kernel-Collections.st',
 | 
	
		
			
				|  |  | -              'st/Kernel-Exceptions.st', 'st/Kernel-Transcript.st', 'st/Kernel-Announcements.st'],
 | 
	
		
			
				|  |  | -        deploy: true
 | 
	
		
			
				|  |  | +              'st/Kernel-Exceptions.st', 'st/Kernel-Transcript.st', 'st/Kernel-Announcements.st']
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        amber_compiler: {
 | 
	
		
			
				|  |  |          output_dir : 'js',
 | 
	
		
			
				|  |  |          src: ['st/Importer-Exporter.st', 'st/Compiler-Exceptions.st', 'st/Compiler-Core.st', 'st/Compiler-AST.st',
 | 
	
		
			
				|  |  |                'st/Compiler-IR.st', 'st/Compiler-Inlining.st', 'st/Compiler-Semantic.st'],
 | 
	
		
			
				|  |  | -        output_name: 'Compiler',
 | 
	
		
			
				|  |  | -        deploy: true
 | 
	
		
			
				|  |  | +        output_name: 'Compiler'
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        amber_canvas: {
 | 
	
		
			
				|  |  |          output_dir : 'js',
 | 
	
		
			
				|  |  | -        src: ['st/Canvas.st', 'st/SUnit.st'],
 | 
	
		
			
				|  |  | -        deploy: true
 | 
	
		
			
				|  |  | +        src: ['st/Canvas.st', 'st/SUnit.st']
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        amber_IDE: {
 | 
	
		
			
				|  |  |          output_dir : 'js',
 | 
	
		
			
				|  |  |          src: ['st/IDE.st'],
 | 
	
		
			
				|  |  | -        libraries: ['Canvas'],
 | 
	
		
			
				|  |  | -        deploy: true
 | 
	
		
			
				|  |  | +        libraries: ['Canvas']
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        amber_tests: {
 | 
	
		
			
				|  |  |          output_dir : 'js',
 |