Hey hey! ![]()
I’m planning to build a theme on top of Dawn (https://github.com/Shopify/dawn/).
So I have this repo as an upstream, with origin being my own repo used by Shopify as a theme source.
The challenge: I will be adding custom elements, changing styles, assets, etc, however I would love to be able to pull latest updates from the upstream. Looks like I cannot avoid merge conflicts, which is not a problem itself, however I’m trying to figure out the least painful approach.
For example, Magento has a concept of “core”: you just “extend” the core code and you are fine.
Is there a similar way to extend Shopify themes (or Dawn in particular)?
What’s your approach?
Thank you! ![]()
D.