Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Tasks depending on clean can cause a task to remove another task's output #75

Open maxwellpeterson-wf opened 10 years ago

maxwellpeterson-wf commented 10 years ago

copy:js and jsx both depend on clean:buildSrc for example. If the user only runs jsx, any output previously put into buildSrc by the copy:jsx task will be lost.

Not something that people have complained about, but anticipating this could potentially cause some annoyance.