|
@@ -40,8 +40,9 @@ module.exports = function(grunt) {
|
|
amber_compiler: {
|
|
amber_compiler: {
|
|
working_dir: 'st',
|
|
working_dir: 'st',
|
|
target_dir : 'js',
|
|
target_dir : 'js',
|
|
- src: ['Compiler.st', 'Compiler-Exceptions.st', 'Compiler-Core.st', 'Compiler-AST.st',
|
|
|
|
|
|
+ src: ['Importer-Exporter.st', 'Compiler.st', 'Compiler-Exceptions.st', 'Compiler-Core.st', 'Compiler-AST.st',
|
|
'Compiler-IR.st', 'Compiler-Inlining.st', 'Compiler-Semantic.st'],
|
|
'Compiler-IR.st', 'Compiler-Inlining.st', 'Compiler-Semantic.st'],
|
|
|
|
+ output_name: 'Compiler',
|
|
deploy: true
|
|
deploy: true
|
|
},
|
|
},
|
|
amber_canvas: {
|
|
amber_canvas: {
|