Hi,
I wonder if this workflow is the best way to “test” change in theme done in the tutor dev and then test them into another instance of tutor local and if there is another one better or that take less time and do not require a complete rebuild of all images
What I mean is let’s assume are made some changes in the theme in particular in the home page and related route such /courses, so where is used mako template
Those change are proven to work in tutor local.
Then same code/branch is been pulled from another machine where instead is running tutor local
For our process so far the workflow is:
Tutor local stop
then
tutor images build openedx --no-cache
Unfortunetly getting directely into the container and run:
tutor local exec -it lms sh
then from the container run:
python ./manage.py lms collectstatic --noinput
did not worked, because tutor local does not mount filesystem but has all internally inside the docker images, except do some modification in the docker compose, any alterantive to indeed rebuild the images from the branch with the modification?