refactor(build): parallelize build pipeline
nicolaisueper opened this issue · 1 comments
nicolaisueper commented
We have some tasks in our build pipeline which could be run in parallel.
See https://github.com/micromata/Baumeister/blob/master/gulpfile.babel.js#L96
I'm tackling this today evening.
Greets
Nico
nicolaisueper commented
I wasn't right, it's already as parallel as possible. Closing this now.
But I found out, that we cache bust before doing banners. We should rev the headers too. I'll fix it in #211 if you're okay with it.