Closed maxwellpeterson-wf closed 9 years ago
When this pull is merged I will use the following information:
Version: wGulp 0.7.9
Release Ticket: CP-456
Last updated on Monday, March 09 11:07 AM CST
+1
+1
@jayudey-wf ready for merge
QA Resource Approval: +10
Merging into master.
Problem
It is cumbersome to prevent some task from running. Currently you would have to figure out which tasks depend on it, and explicitly exclude it from each, like so:
Trying to remove the
libraryDist
taskSolution
Support a special-case taskTree option to exclude a task from all. Reduces the above case to this:
Note that includes take precedence. So this will still work:
Fixes #113
Testing instructions
install this version of wGulp add excludeFromAll to the task tree and make sure that task are being properly excluded
@trentgrover-wf @evanweible-wf