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

grunt-deploy-to-env

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-deploy-to-env - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

Gruntfile.js

4

package.json

@@ -12,3 +12,3 @@ {

"description": "Automated application modification and deployment for multiple environments.",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {

@@ -24,3 +24,3 @@ "mkdirp": "0.5.0",

},
"main": "bin/grunt.js",
"main": "Gruntfile.js",
"contributors": [{

@@ -27,0 +27,0 @@ "name": "Chris Ashton",

@@ -0,1 +1,3 @@

[![NPM](https://nodei.co/npm/grunt-deploy-to-env.png?compact=true)](https://www.npmjs.com/package/grunt-deploy-to-env) [![Build Status](https://travis-ci.org/BBCVisualJournalism/grunt-deploy-to-env.svg?branch=master)](https://travis-ci.org/BBCVisualJournalism/grunt-deploy-to-env)
# grunt-deploy-to-env

@@ -2,0 +4,0 @@ Allows you to configure and deploy a project to multiple environments. grunt-deploy-to-env takes a folder of files, replaces some of the file contents (e.g. local.com => example.com) then deploys the changed files to a specific location, all without changing the original files. This makes it possible to have one common project and deploy it to multiple environments.

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