gulp-unique-path

1.0.0 • Public • Published

gulp-unique-path

Remove duplicate files by relative path.

Install

$ npm install --save-dev gulp-unique-path

Usage

Adding this into your Gulpfile.js:

var gulp = require('gulp');
var uniquePath = require('gulp-unique-path');

Sample usage

 
gulp.task('build', function () {
 
  return gulp.src('src/**/*')
    
    .pipe(uniquePath())
    
    .pipe(gulp.dest('dest'));
 
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-unique-path

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • bondalex