Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created August 27, 2014 12:26
Show Gist options
  • Save andrewjmead/5f608fb2ef358f12284d to your computer and use it in GitHub Desktop.
Save andrewjmead/5f608fb2ef358f12284d to your computer and use it in GitHub Desktop.
Gulp Race Condition
gulp.watch('public/js/main.js', ['scripts']).on('change', function () {
// I would expect the scripts task to be done
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment