thanethomson / httpwatcher

Python-based HTTP server for static files with live reload
MIT License
20 stars 10 forks source link

LiveReload doesn't work at port-forwarding environment. #5

Closed ydo-kimura closed 3 years ago

ydo-kimura commented 4 years ago

LiveReload doesn't work at port-forwarding environment (e.g. docker container). It's because host address and port are written in script tags for live reloading.

jobveldhuis commented 3 years ago

I will be looking into your PR later today. Thanks for submitting an issue.

jobveldhuis commented 3 years ago

This is now available on the dev branch and will become available in main and the packaging index with the next release. Thanks for your report!