Преглед на файлове

Purer the.js in devel mode.

Herby Vojčík преди 5 години
родител
ревизия
ff5a63417e
променени са 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"
                 }
             },