Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for some form of live reload #8

Open
almarklein opened this issue Jun 9, 2015 · 2 comments
Open

Support for some form of live reload #8

almarklein opened this issue Jun 9, 2015 · 2 comments

Comments

@almarklein
Copy link
Member

Like running flexx serve, and upon saving the file that defines your app, it gets automatically reloaded in the browser, preferably with state (i.e. what tab is open) preserved.

@almarklein
Copy link
Member Author

Looked into this for a bit. The main bottleneck seems to be a proper (cross platform) solution to watch the file system. I guess we may have an optional dependency for this functionality though.

@almarklein
Copy link
Member Author

almarklein commented Aug 29, 2016

Quoting @Korijn:

During development, especially when styling, an auto-reload feature for at least the webruntimes would be a nice boost for productivity.

Tornado offers this: http://www.tornadoweb.org/en/stable/autoreload.html
Alternatively you can use watchdog to implement something similar: https://pypi.python.org/pypi/watchdog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant