learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
772 stars 646 forks source link

No hot reload for Docker development server #11585

Open ThEditor opened 9 months ago

ThEditor commented 9 months ago

Observed behavior

The docker deployment of kolibri did not specify a way for hot reloading on code changes. There seems to exist yarn run devserver-hot but it has not been integrated with docker.

Expected behavior

The Makefile should specify another command to start a live-edit development server (which utilizes yarn run devserver-hot.

Notes

I've done some code changes (will open a PR soon) which try to fix this issue.

MisRob commented 9 months ago

Should be resolved by https://github.com/learningequality/kolibri/pull/11443