Silom / task-clean

Gulp task for cleaning up old data, ready to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/'
})

About

Gulp task for cleaning up old data, ready to use.


Languages

Language:JavaScript 100.0%