From 65d7d9cce5194d6e2f328276c4e2bd2dad60e519 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 30 Mar 2015 15:01:46 +0300 Subject: [PATCH] Collect the modules-license for the definitions package --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 4eef7ca85..aeda64496 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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),