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.
copy:js
andjsx
both depend onclean:buildSrc
for example. If the user only runsjsx
, any output previously put into buildSrc by thecopy:jsx
task will be lost.Not something that people have complained about, but anticipating this could potentially cause some annoyance.