7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 09:42:23 +00:00

Clarify custom theme compilation in dev mode

Close #280
This commit is contained in:
Régis Behmo 2020-03-16 18:20:18 +01:00
parent 244c9d2913
commit 6f2589d7fa

View File

@ -149,6 +149,10 @@ The LMS can then be accessed at http://localhost:8000. You will then have to :re
tutor dev settheme mythemename localhost:8000 localhost:8001
Re-build development docker image (and compile assets)::
tutor images build openedx-dev
Watch the themes folders for changes (in a different terminal)::
tutor dev run watchthemes