|
@@ -85,16 +85,16 @@ function AmberCompiler(amber_dir) {
|
|
*/
|
|
*/
|
|
var createDefaultConfiguration = function () {
|
|
var createDefaultConfiguration = function () {
|
|
return {
|
|
return {
|
|
- 'load': [],
|
|
|
|
- 'stFiles': [],
|
|
|
|
- 'jsGlobals': [],
|
|
|
|
- 'amdNamespace': 'amber_core',
|
|
|
|
- 'libraries': [],
|
|
|
|
- 'jsLibraryDirs': [],
|
|
|
|
- 'compile': [],
|
|
|
|
- 'compiled': [],
|
|
|
|
- 'outputDir': undefined,
|
|
|
|
- 'verbose': false
|
|
|
|
|
|
+ load: [],
|
|
|
|
+ stFiles: [],
|
|
|
|
+ jsGlobals: [],
|
|
|
|
+ amdNamespace: 'amber_core',
|
|
|
|
+ libraries: [],
|
|
|
|
+ jsLibraryDirs: [],
|
|
|
|
+ compile: [],
|
|
|
|
+ compiled: [],
|
|
|
|
+ outputDir: undefined,
|
|
|
|
+ verbose: false
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|