gulpjs / undertaker

Task registry that allows composition through series/parallel methods.
MIT License
200 stars 31 forks source link

Surface branch flag by including it in tree #60

Closed sttk closed 8 years ago

sttk commented 8 years ago

I've added a branch property of each series/parallel task in its tree property. By this, outside programs including gulp-cli can distinguish series/parallel tasks from other tasks in a task tree.

phated commented 8 years ago

@sttk sorry for the delay on this. Looks good!

phated commented 8 years ago

Published as 0.15.0

sttk commented 8 years ago

@phated Thanks!