Hacker News new | ask | show | jobs
by adamors 4313 days ago
> it does not allow to sequentially execute tasks: everything is done in parallel

There's a package[1] for Gulp which does exactly that.

[1]: https://www.npmjs.org/package/run-sequence

1 comments

I didn't know about it! Thanks