peter-vilja / gulp-clean

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

Dependent tasks wait clean completion #8

Closed mathbruyen closed 10 years ago

mathbruyen commented 10 years ago

Update README to notify about returning the stream when having dependent tasks, so that gulp treats the clean task as asynchronous and actually waits for its completion before starting the dependent ones.

calvinmetcalf commented 10 years ago

this also needs #9 for it to work as the way it's currently set up it will say it's complete before all the file are actually gone