peter-vilja / gulp-clean

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

Difference between this and gulp-rimraf? #1

Closed yocontra closed 10 years ago

peter-vilja commented 10 years ago

@Contra I actually noticed the gulp-rimraf only after creating this. This plugin cannot remove files and folders outside the current working directory or the working directory itself, unlike gulp-rimraf. Maybe I should remove this and do a pull request for gulp-rimraf to avoid removing content outside the cwd or the cwd itself, so that only with force option the plugin could remove files and folders outside the cwd. What do you think?

yocontra commented 10 years ago

@peter-vilja You should consolidate with gulp-rimraf on that - no need for two plugins that do the same thing

peter-vilja commented 10 years ago

@Contra I will

sindresorhus commented 10 years ago

ping