Browse Source

Purer the.js in devel mode.

Herby Vojčík 5 years ago
parent
commit
76c518f64b
1 changed files with 1 additions and 1 deletions
  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"
                 }
             },