peter-vilja / gulp-clean

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

Not deleting anything on W10 #24

Closed hmrc87 closed 8 years ago

hmrc87 commented 8 years ago

Hi, I implemented a task like this gulp.task('clean'), function () { return gulp.src('web/**').pipe(clean.clean({force: true})); };

Whenever I call it with "gulp clean" it tells me "starting 'clean'" and finished clean after 44us but it never deleted anything.

I am on Windows 10 64bit

hmrc87 commented 8 years ago

Sorry, there were some typos in my code. It is working now