grunt-multi-dest
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "grunt-multi-dest", | ||
"description": "Run predefined tasks multiple times to copy their output to multiple destinations and avoid duplication", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/ErjanGavalji/grunt-multi-dest", | ||
@@ -6,0 +6,0 @@ "author": { |
# grunt-multi-dest | ||
> Run predefined tasks multiple times to copy their output to multiple destinations and avoid duplication | ||
> Runs a list of specitified tasks against multiple destination directories. | ||
@@ -10,2 +10,4 @@ [![Build Status](https://travis-ci.org/ErjanGavalji/grunt-multi-dest.svg?branch=master)](https://travis-ci.org/ErjanGavalji) | ||
[![NPM](https://nodei.co/npm/grunt-multi-dest.png?compact=true)](https://nodei.co/npm/grunt-multi-dest/) | ||
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: | ||
@@ -12,0 +14,0 @@ |
@@ -13,7 +13,2 @@ /* | ||
var multiDest = function() { | ||
// Merge task-specific and/or target-specific options with these defaults. | ||
var options = this.options({ | ||
punctuation: '.', | ||
separator: ', ' | ||
}); | ||
@@ -42,3 +37,3 @@ var destDirs = []; | ||
subTaskSplit[1] = this.target + "_" + subTaskSplit[1] + "_" + i + "_" + k; | ||
subTaskSplit[1] = this.target + "_" + subTaskSplit[0] + "_" + subTaskSplit[1] + "_subtask_" + k + "_destdir_" + i; | ||
@@ -45,0 +40,0 @@ var newTaskConfig = grunt.util._.clone(originalSubTaskConfig); |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
66
18121
19
306