Skip to content
Discussion options

You must be logged in to vote

Just thinking out loud, Does git submodules solve your problem for the time being?

Basically, you will have a parent repo that contains all your html and css files with base configs like brand names or products' names, etc.
You can have an individual repo for each storefront containing the parent repo as the git submodule along with the configs that override the parent repo.
So, whenever you make a change in the base repo, you would also need to pull and update your submodules and push it back to publish your storefront. In this way, you will also get control over individual storefronts when publishing your styling changes.

@RussellSlayton Would this method help you?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ericingram
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by logeshswell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
4 participants