edx / edx-arch-experiments

A plugin to include applications under development by the architecture team at edx
GNU Affero General Public License v3.0
0 stars 3 forks source link

Support updating theme repos #853

Open jristau1984 opened 1 week ago

jristau1984 commented 1 week ago

When using an alternative theme such as https://github.com/edx/edx-themes, devstack's make dev.reset-repos doesn't update the checkout of the theme repo. This can lead to bugs during development as the themes and the code they call get out of sync. We should find a way to update the repos of themes that are in use.

(edx/edx-themes in particular is a bit of a special case since there are already references to it in devstack and edx-platform.)

Ideas: