|  | @@ -33,9 +33,9 @@ module.exports = function(grunt) {
 | 
	
		
			
				|  |  |        all: {
 | 
	
		
			
				|  |  |          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',
 | 
	
		
			
				|  |  | +              'st/Kernel-Infrastructure.st', 'st/Kernel-Exceptions.st', 'st/Kernel-Transcript.st', 'st/Kernel-Announcements.st',
 | 
	
		
			
				|  |  |                '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',
 | 
	
		
			
				|  |  | +              'st/Compiler-IR.st', 'st/Compiler-Inlining.st', 'st/Compiler-Semantic.st', 'st/Compiler-Interpreter.st',
 | 
	
		
			
				|  |  |                'st/Canvas.st', 'st/SUnit.st', 'st/IDE.st',
 | 
	
		
			
				|  |  |                'st/Kernel-Tests.st', 'st/Compiler-Tests.st', 'st/SUnit-Tests.st',
 | 
	
		
			
				|  |  |                'st/Helios-Core.st', 'st/Helios-Exceptions.st', 'st/Helios-Announcements.st',
 | 
	
	
		
			
				|  | @@ -52,13 +52,13 @@ module.exports = function(grunt) {
 | 
	
		
			
				|  |  |        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'],
 | 
	
		
			
				|  |  | +              'st/Kernel-Infrastructure.st', 'st/Kernel-Exceptions.st', 'st/Kernel-Transcript.st', 'st/Kernel-Announcements.st'],
 | 
	
		
			
				|  |  |          deploy: true
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        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'],
 | 
	
		
			
				|  |  | +              'st/Compiler-IR.st', 'st/Compiler-Inlining.st', 'st/Compiler-Semantic.st', 'st/Compiler-Interpreter.st'],
 | 
	
		
			
				|  |  |          output_name: 'Compiler',
 | 
	
		
			
				|  |  |          deploy: true
 | 
	
		
			
				|  |  |        },
 |