@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?
@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?