gulp-nearest

0.1.0 • Public • Published

gulp-nearest

Remove relative path except for the nearest parent

Install

npm install gulp-nearest
var nearest = require('gulp-nearest');

gulp.src('bower_components/**/*.js')
  .pipe(nearest())
  .pipe(gulp.dest('build/js'));

Package Sidebar

Install

npm i gulp-nearest

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ariesb