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
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.