mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge branch 'ErjanGavalji/fix-definitions-copying'
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user