0.0.2 • Published 9 years ago

gulp-contrib-clean v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

gulp-contrib-clean

Gulp: Delete files and folders

Installation

npm install gulp-contrib-clean --save-dev

Usage

var clean = require('gulp-contrib-clean');

gulp.task('clean', function() {
	gulp.src('src/js')
		.pipe(clean());

PS: As of now you can't pipe it with other plugins or use regular expressions

Note

This package is process of being created. Please be patient. Feel free to contribute if you like.