Explorar el Código

Add stub entries for amber/{Platform,compatibility}.

Herbert Vojčík hace 9 años
padre
commit
06eed5e911
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      root/Gruntfile.js

+ 4 - 0
root/Gruntfile.js

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