Small changes in theme without rebuilding docker

Hey everybody!
I was wondering if there is a direct and short way to make changes to tutor theme (eg indigo or whatever), without having to make the whole long process of rebuilding the images?

Has anyone ever tried to change the deployed files (html, css, images …) inside the docker (without the need of rebuild) and if yes, what is the process?
Thank you in advance

Hi! This question was raised multiple times here:

Basically, you should make changes to your theme in development mode, and take advantage of the watchthemes command, which is fast: Changing the appearance of Open edX — Tutor documentation
Once you feel confident that your theme is ready, you should build the new image and push it to production.

Thank you! It works great!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.