|
@@ -85,7 +85,7 @@ module.exports = function (grunt) {
|
|
|
pragmas: {
|
|
|
|
|
|
},
|
|
|
- include: ['config-node', 'app'],
|
|
|
+ include: ['config-node', 'app', 'amber/lazypack'],
|
|
|
insertRequire: ['app'],
|
|
|
optimize: "none",
|
|
|
wrap: helpers.nodeWrapperWithShebang,
|
|
@@ -108,7 +108,7 @@ module.exports = function (grunt) {
|
|
|
pragmas: {
|
|
|
|
|
|
},
|
|
|
- include: ['config-node', 'app'],
|
|
|
+ include: ['config-node', 'app', 'amber/lazypack'],
|
|
|
insertRequire: ['app'],
|
|
|
optimize: "none",
|
|
|
wrap: helpers.nodeWrapperWithShebang,
|