grunt-deploy-to-env
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -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. |
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
26456
12
295
89