|
@@ -51,6 +51,8 @@ module.exports = function (grunt) {
|
|
options: {
|
|
options: {
|
|
mainConfigFile: "config.js",
|
|
mainConfigFile: "config.js",
|
|
rawText: {
|
|
rawText: {
|
|
|
|
+ "amber/compatibility": "/*stub*/",
|
|
|
|
+ "amber/Platform": "/*stub*/",
|
|
"app": 'define(["deploy"],function(x){return x});'
|
|
"app": 'define(["deploy"],function(x){return x});'
|
|
},
|
|
},
|
|
pragmas: {
|
|
pragmas: {
|
|
@@ -66,6 +68,8 @@ module.exports = function (grunt) {
|
|
options: {
|
|
options: {
|
|
mainConfigFile: "config.js",
|
|
mainConfigFile: "config.js",
|
|
rawText: {
|
|
rawText: {
|
|
|
|
+ "amber/compatibility": "/*stub*/",
|
|
|
|
+ "amber/Platform": "/*stub*/",
|
|
"app": 'define(["devel"],function(x){return x});'
|
|
"app": 'define(["devel"],function(x){return x});'
|
|
},
|
|
},
|
|
include: ['config', 'config-browser', 'node_modules/requirejs/require', 'app'],
|
|
include: ['config', 'config-browser', 'node_modules/requirejs/require', 'app'],
|