gulp-remove-files

0.0.3 • Public • Published

gulp-remove-files Build Status

Remove all files from stream.

(this is removing files from stream and disk so it might not go very well with gulp plugin requirements, so it might get banned :) but I needed this functionality on one of the projects)

Install

npm install --save-dev gulp-remove-files

Example

var gulp = require('gulp');
var removeFiles = require('gulp-remove-files');
 
gulp.task('clearHtml', function () {
  gulp.src('./public/*.html')
    .pipe(removeFiles());
});

Options

None

License

MIT © Daniel Husar

/gulp-remove-files/

    Package Sidebar

    Install

    npm i gulp-remove-files

    Weekly Downloads

    341

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • efrafa