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

Task never exits when run after the 1st time from a gulp watch #10

Closed
Zache opened this issue Nov 27, 2015 · 0 comments · Fixed by #11
Closed

Task never exits when run after the 1st time from a gulp watch #10

Zache opened this issue Nov 27, 2015 · 0 comments · Fixed by #11
Labels

Comments

@Zache
Copy link
Contributor

Zache commented Nov 27, 2015

Add this to gulpfile.js then run gulp watch.

gulp.task('watch', function() {
  gulp.watch('fixtures/**/*.js', ['test']);
});

Save a file, then do so again.

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

Successfully merging a pull request may close this issue.

2 participants