1
0
Переглянути джерело

Purer the.js in devel mode.

Herby Vojčík 5 роки тому
батько
коміт
76c518f64b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -94,7 +94,7 @@ module.exports = function (grunt) {
                         "__app__": 'define(["devel", "amber_core/Platform-Browser"],function(x){return x});'
                     },
                     include: ['config', 'node_modules/requirejs/require', 'app', '__app__'],
-                    exclude: ['devel'],
+                    exclude: ['devel', 'amber_core/Platform-Browser'],
                     out: "the.js"
                 }
             },