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

A recipe documenting how to run tasks in series #183

Merged
merged 1 commit into from Jan 22, 2014

Conversation

robrich
Copy link
Contributor

@robrich robrich commented Jan 22, 2014

No description provided.

@dashed
Copy link
Contributor

dashed commented Jan 22, 2014

To clarify, in the example: gulp.task('default', ['one', 'two']);, task one would actually execute first before task two since two depends on one?

@phated
Copy link
Member

phated commented Jan 22, 2014

lgtm, not sure why travis failed

@yocontra
Copy link
Member

yolo

yocontra added a commit that referenced this pull request Jan 22, 2014
A recipe documenting how to run tasks in series
@yocontra yocontra merged commit 46e9691 into gulpjs:master Jan 22, 2014
@robrich
Copy link
Contributor Author

robrich commented Jan 23, 2014

@dashed Yes, task 1 would execute first (to completion) before task 2 began.

@robrich robrich deleted the sync branch January 23, 2014 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants