Browse Source

Purer the.js in devel mode.

Herby Vojčík 5 years ago
parent
commit
800e2c7d8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -81,7 +81,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"
                 }
             },