Merge branch 'ErjanGavalji/fix-definitions-copying'

This commit is contained in:
Erjan Gavalji
2015-07-28 18:37:07 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -225,6 +225,7 @@ module.exports = function(grunt) {
"!" + localCfg.srcDir + "/apps/**" "!" + localCfg.srcDir + "/apps/**"
].concat(localCfg.defaultExcludes).concat(localCfg.excludedModules), ].concat(localCfg.defaultExcludes).concat(localCfg.excludedModules),
dest: localCfg.outDefinitionsDir + "/", dest: localCfg.outDefinitionsDir + "/",
expand: true,
options: { options: {
process: filterTypeScriptFiles process: filterTypeScriptFiles
} }

View File

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"grunt": "0.4.5", "grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0", "grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0", "grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
"grunt-exec": "0.4.6", "grunt-exec": "0.4.6",
"grunt-multi-dest": "1.0.0", "grunt-multi-dest": "1.0.0",
"grunt-shell": "1.1.2", "grunt-shell": "1.1.2",