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

memory leak when watch runs default task #277

Closed
geddski opened this issue Feb 18, 2014 · 2 comments
Closed

memory leak when watch runs default task #277

geddski opened this issue Feb 18, 2014 · 2 comments
Labels

Comments

@geddski
Copy link

geddski commented Feb 18, 2014

gulp.watch('./public/javascripts/*.js', []);

This runs the default task once the first time, then twice the second time, then four times, etc.

@yocontra
Copy link
Member

@robrich This is an orchestrator bug. I'm assuming if you see an empty array you push default onto it?

@yocontra yocontra added the bug label Feb 23, 2014
@yocontra
Copy link
Member

Closing due to new task system, this will be fixed in gulp 4.0 (the next release) #355

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

No branches or pull requests

2 participants