Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End event #44

Closed
neekers opened this issue Jul 23, 2014 · 2 comments
Closed

End event #44

neekers opened this issue Jul 23, 2014 · 2 comments

Comments

@neekers
Copy link

neekers commented Jul 23, 2014

I have a fairly large codebase and I would like to launch livereload when all the coffeescript files have been compiled. Right now, it's a race when I use the change event. Would love an end event that I could bind to.

@yocontra
Copy link
Member

streams do have an end event

gulp.src('*.coffee').pipe(coffee()).on('end', function(){});

@neekers
Copy link
Author

neekers commented Jul 23, 2014

AHHHHHHH I had that code somewhere, but it didn't register with my brain. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants