1
0
Просмотр исходного кода

Find nested deps. Stop using lazypack.

Herby Vojčík 5 лет назад
Родитель
Сommit
8e99434169
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -105,7 +105,8 @@ module.exports = function (grunt) {
                     pragmas: {
                         excludeIdeData: true
                     },
-                    include: ['app', 'amber/lazypack', '__app__'],
+                    include: ['app'],
+                    findNestedDependencies: true,
                     insertRequire: ['app'],
                     optimize: "none",
                     wrap: helpers.nodeWrapperWithShebang,