Shopify / shopify-cli

Shopify CLI helps you build against the Shopify platform faster.
https://shopify.dev/tools/cli
Other
1.01k stars 201 forks source link

[Feature]: having a --theme-editor-sync-path option #2726

Closed tommypepsi closed 1 year ago

tommypepsi commented 1 year ago

What type of project(s) will this request affect?

theme

What type of change do you want to see?

Substantial change to existing feature

Overview

I would like to see a new --theme-editor-sync-path where you can specify in which folder the changes from the theme editor will be downloaded to.

Motivation

We are using build tools so the place where we run shopify theme dev and where our code lives is not the same. This would allow us to run shopify theme dev from the dist folder and bring the synced files into our src folder where our actual code lives.