grunt-deploy-to-env
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -8,3 +8,3 @@ 'use strict'; | ||
wrench = require('wrench'), | ||
ncp = require('ncp').ncp, | ||
cpr = require('cpr').cpr, | ||
tmpDir = path.join(__dirname, '../tmp'); | ||
@@ -84,3 +84,9 @@ | ||
mkdirp(deployPath, function () { | ||
ncp(tmpDir, deployPath, copyCallback); | ||
var copyOptions = { | ||
deleteFirst: true, | ||
overwrite: true, | ||
confirm: true | ||
}; | ||
cpr(tmpDir, deployPath, copyOptions, copyCallback); | ||
}); | ||
@@ -87,0 +93,0 @@ }, |
@@ -12,8 +12,8 @@ { | ||
"description": "Automated application modification and deployment for multiple environments.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"dependencies": { | ||
"cpr": "^1.0.0", | ||
"grunt": "~0.4.0", | ||
"grunt-text-replace": "~0.3.9", | ||
"mkdirp": "0.5.0", | ||
"ncp": "^2.0.0", | ||
"underscore": "~1.8.0", | ||
@@ -20,0 +20,0 @@ "vows": "~0.8.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26695
302
+ Addedcpr@^1.0.0
+ Addedcpr@1.1.2(transitive)
+ Addedglob@6.0.4(transitive)
+ Addedgraceful-fs@4.1.15(transitive)
+ Addedrimraf@2.4.5(transitive)
- Removedncp@^2.0.0
- Removedncp@2.0.0(transitive)