tjwalch/django-livereload-server

Could the livereload server be built into the runserver process?

Closed this issue · 1 comments

Wow. How does anyone develop client-side java code for Django sites without this livereload utility!
Could this run as a separate thread in the runserver process? That would simplify it quite a bit.

As the Django devserver restarts itself when reloading changes this would be hard to accomplish without loosing the connection to the watching pages unfortunately.