gulpjs / undertaker

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

Keep task name precedence consistent #38

Closed erikkemperman closed 9 years ago

erikkemperman commented 9 years ago

Looking into the way that Undertaker handles task metadata... I can't help but feel that this is slightly fragmented?

This particular PR fixes what I'm pretty sure is just an honest mistake.

Would it make sense to have a shared util for things like mapping task arguments fn to name and label metadata?

phated commented 9 years ago

Thanks, this definitely needs to stay consistent across the project. I would be open to an implementation as a helper function.