grunt-hotbox-deploy
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -21,3 +21,3 @@ var path = require('path'); | ||
action: 'copy', | ||
src: path.join(options.prodBranch, 'templates/'), | ||
src: path.join(options.prodBranch + '/'), | ||
dest: path.join(PROD_PATH) + '/' | ||
@@ -24,0 +24,0 @@ }] |
{ | ||
"name": "grunt-hotbox-deploy", | ||
"description": "Grunt task for deploying front-end bundles to Hotbox", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "e.dydykin@corp.mail.ru", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -46,4 +46,2 @@ /* | ||
console.log('options', options); | ||
var PROD_OPTION = 'deploy-to-prod-branch'; | ||
@@ -50,0 +48,0 @@ var deployToProdBranch = grunt.option(PROD_OPTION); |
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
17018
322