Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-hotbox-deploy

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-hotbox-deploy - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

12

lib/deployBranch.js

@@ -8,7 +8,7 @@ var gitInfo = require('./gitInfo');

var HTTP_PREFIX = 'https://' + options.bucket + '.' + options.endoint + '/';
var HTTP_PREFIX = task.data.httpPrefix || ('https://' + options.bucket + '.' + options.endoint + '/');
var TEMPLATES_PATH = path.join(gitInfo.GIT_BRANCH, 'templates');
var STATIC_PATH = path.join(gitInfo.GIT_BRANCH, 'static');
var VERSIONED_STATIC_PATH = path.join(STATIC_PATH, gitInfo.GIT_COMMIT);
var TEMPLATES_PATH = path.join(task.data.forcedPath || gitInfo.GIT_BRANCH, 'templates');
var STATIC_PATH = path.join(task.data.forcedPath || gitInfo.GIT_BRANCH, 'static');
var VERSIONED_STATIC_PATH = path.join(STATIC_PATH, task.data.forcedPath || gitInfo.GIT_COMMIT);

@@ -189,3 +189,5 @@ var staticFiles = [];

grunt.task.run(['aws_s3:hotbox_deploy_static', 'aws_s3:hotbox_deploy_static_versioned', 'aws_s3:hotbox_deploy_templates']);
if (!task.data.onlyBuild) {
grunt.task.run(['aws_s3:hotbox_deploy_static', 'aws_s3:hotbox_deploy_static_versioned', 'aws_s3:hotbox_deploy_templates']);
}
};
{
"name": "grunt-hotbox-deploy",
"description": "Grunt task for deploying front-end bundles to Hotbox",
"version": "1.4.0",
"version": "1.5.0",
"author": "e.dydykin@corp.mail.ru",

@@ -6,0 +6,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc