0.0.2 • Published 8 years ago

@mitmaro/gulp-clean v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

MitMaro's Gulp Clean Task

A reusable gulp task for clean.

Usage

var gulp = require('gulp');
var clean = require('@mitmaro/gulp-clean');

var options = {
    clean: false
}

gulp.task('clean', clean('build', options));

Options

OptionsTypeDefault
cleanbooltrue

License

This project is released under the ISC license. See LICENSE.