peter-vilja / gulp-clean

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

end event is not emited using gulp #10

Closed popomore closed 10 years ago

popomore commented 10 years ago
gulp.src('tmp/test')
  .pipe(clean())
  .on('end', function() {
    console.log('not emited');
  });
popomore commented 10 years ago

My fault, data should be comsumed.