solarmosaic / gulp-task-clean

Gulp task that removes files and/or folders matching a glob pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gulp task that removes files and/or folders matching a glob pattern.

License:MIT License


Languages

Language:JavaScript 100.0%