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

auto-reload on content change #416

Open
ilmanzo opened this issue Sep 9, 2021 · 0 comments
Open

auto-reload on content change #416

ilmanzo opened this issue Sep 9, 2021 · 0 comments

Comments

@ilmanzo
Copy link
Contributor

ilmanzo commented Sep 9, 2021

while translating, It's useful to automatically refresh the content when it's changed.
As a workaround, I'm using a one liner like

while true ; do timeout 30 make ; done

to rebuild pages and reload the http server every 30 seconds, but there are for sure better methods , maybe leveraging some module in the nodejs ecosystems itself, instead of relying on python's http server ? See for example

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

No branches or pull requests

1 participant