Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created June 30, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmccready/ae5ba878090248183173 to your computer and use it in GitHub Desktop.
Save nmccready/ae5ba878090248183173 to your computer and use it in GitHub Desktop.
gulp async bs, nothing waits here, this just means default runs one, two, three and they are parallel
gulp.task "one", ->
gulp.task "two", ->
gulp.task "three", ->
gulp.task "default" ["one","two","three"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment