peter-vilja / gulp-clean

A gulp plugin for removing files and folders from given paths.
178 stars 21 forks source link

Update readme with gulp 4 example #32

Open selim13 opened 6 years ago

selim13 commented 6 years ago

Gulp 4 raises an error if source file or directory does not exist. This pull request adds an example to readme with allowEmpty: true option that prevents it.