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

Implement --liveDeploy #1032

Closed ezracelli closed 1 year ago

ezracelli commented 5 years ago

What are you trying to accomplish with this PR?

Currently, Slate serves all CSS/JS from a local server. This is amazing, but it makes it very difficult to develop with a remote client. This PR adds a flag --liveDeploy that indicates that slate-tools should not serve assets locally, but rather through the Shopify CDN.

Related: #905

Checklist

For contributors:

For maintainers: