diff --git a/gruntfile.js b/gruntfile.js index 4a4f2dd1e..53f50f3d7 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -231,6 +231,7 @@ module.exports = function(grunt) { } }, modulesPackageDef: { + expand: true, src: localCfg.packageJsonFilePath, dest: localCfg.outModulesDir + "/", options: { @@ -254,6 +255,7 @@ module.exports = function(grunt) { } }, childPackageFiles: { + expand: true, src: [ localCfg.srcDir + "/**/package.json", "!./package.json",