Collect the modules-license for the definitions package

This commit is contained in:
Erjan Gavalji
2015-03-30 15:01:46 +03:00
parent a5a95de3fa
commit 65d7d9cce5

View File

@@ -154,6 +154,7 @@ module.exports = function(grunt) {
definitionFiles: {
src: [
localCfg.srcDir + "/**/*.d.ts",
pathModule.join(localCfg.srcDir, "LICENSE"),
//Exclude the d.ts files in the apps folder - these are part of the apps and are already packed there!
"!" + localCfg.srcDir + "/apps/**"
].concat(localCfg.defaultExcludes).concat(localCfg.excludedModules),