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.
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 runshopify theme dev
from the dist folder and bring the synced files into our src folder where our actual code lives.