0.0.1 • Published 9 years ago

task-gulp-clean v0.0.1

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

Task-Clean

Delete any given file or folder.

npm install --save task-gulp-clean

If you have any idea on other tasks that you need in your project, just tell me and I will most likely create it for you :).

Configurations

Task will have the name 'clean'.

clean

Parameter for cleaning a folder or file.

Example:

require("task-gulp-clean")(gulp, {
  clean: './dist/'
})