I’m working with Open edX using Tutor in dev mode, and I’m trying to customize the LMS homepage by modifying the index.html file. I commented out the “It works! Powered by the Open edX® Platform” text in:
lms/templates/index.html
Then I ran:
tutor dev run lms paver update_assets lms --settings=tutor.development
tutor dev restart lms
But the changes are not appearing on the site, even after clearing the browser cache.
Can someone please help me figure out which exact file controls the LMS homepage content in Tutor dev mode?