micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

refactor(build): parallelize build pipeline #216

Closed nicolaisueper closed 6 years ago

nicolaisueper commented 6 years ago

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 6 years ago

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.