peter-vilja / gulp-clean

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

switch to streams2 #9

Closed calvinmetcalf closed 10 years ago

calvinmetcalf commented 10 years ago

this was causing a race condition when using gulp.clean as it emits 'end' before all files are actually gone, had to add some stuff to the tests as you were listening for end without listening for data.

calvinmetcalf commented 10 years ago

build seems to have failed because of an error with nvm not with anything this did