acos-server / acos-draganddrop-example

Example content package for the drag-and-drop content type
MIT License
0 stars 1 forks source link

Live reload or hot reload during development. #1

Open jaguarfi opened 4 years ago

jaguarfi commented 4 years ago

It may be helpful to have some type of live reload and even better a hot reload feature. It is a bit annoying to have to restart the server every time a change is made in the drag and drop exercise. The feature could be at the beginning be implemented for local development, and perhaps in the future, the development in docker can be considered as well. I think something like nodemon or gulp or grunt might do the work.

jaguarfi commented 4 years ago

It seems it can also be implemented in https://github.com/apluslms/run-acos-server. At least the live reload