Browse Source

Find nested deps. Stop using lazypack.

Herby Vojčík 5 years ago
parent
commit
8e99434169
1 changed files with 2 additions and 1 deletions
  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,