Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Deploy concurrency #990

Open e10jon opened 5 years ago

e10jon commented 5 years ago

We're up to 284 files in our theme, which makes deploying take a slightly uncomfortable amount of time. Is it possible to include concurrency when uploading files?

I'm thinking a SLATE_CONCURRENCY arg in .env should cause a set amount of upload promises to execute in a given batch.

I'll take a look and see if I can get this up and running.