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

grunt-multi-dest

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-multi-dest - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

2

package.json
{
"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

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