1.0.1 • Published 9 years ago

mosaic-gulp-task-clean v1.0.1

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

gulp-task-clean

Removes files and/or folders matching a glob pattern.

Install

npm install --save-dev mosaic-gulp-task-clean

Usage

To use this task in another repository, simply require it and pass it to gulp.task like so:

var gulp = require("gulp");
var clean = require("mosaic-gulp-task-clean");

// Clean the build folder in preparation of a new build
gulp.task("clean", clean("public"));

License

MIT

1.0.1

9 years ago

1.0.0

9 years ago