EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.61k stars 281 forks source link

Handling theme updates when vuejs-wordpress-theme-starter repo updates #59

Closed VivekManglani closed 4 years ago

VivekManglani commented 5 years ago

I've been playing around with the starter theme and had a question regarding best practices when maintaining the theme.

The repo is obviously meant to just be a starter pack and thus we'd need to modify the theme.

If a new version of the starter theme is released how do we merge these changes back into our modified theme?

EvanAgee commented 5 years ago

@VivekManglani unfortunately at this time it's a fairly manual process. I know, that sucks. If I were in your shoes I would likely look through the commits to see what was changed and make some of the same changes in your project. Usually the changes I make are fairly small and simple since the nature of this project is to be as make as few assumptions as possible. Thanks!