Docs: Clarify CLI semantics when listing more than one task#1916
Merged
yocontra merged 1 commit intogulpjs:masterfrom Feb 23, 2017
kylecordes:doc-cli
Merged
Docs: Clarify CLI semantics when listing more than one task#1916yocontra merged 1 commit intogulpjs:masterfrom kylecordes:doc-cli
yocontra merged 1 commit intogulpjs:masterfrom
kylecordes:doc-cli
Conversation
Member
|
We should add this to our 4.0 docs as well - @phated |
Contributor
Author
|
This comes to mind, it might be worth considering: 4.0 is a substantial change anyway. It's getting rid of sync tasks, which can be currently used (as I do) to do something like 'gulp clean dist' and have it work. Since that is going away, perhaps also the semantic of the CLI could change, to execute the tasks sequentially. An option could be added to get the old behavior (which does have its uses) of executing the tasks as siblings. |
Member
|
It needs to be submitted to the |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This clarifies the semantics brought up in #1915 and makes a tiny bit of progress on #1595