-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Live Reload: Broken/Missing JS script? #306
Comments
Same issue for me... |
Hi @MarioLiebisch and @EKliptus, Sorry for the delay responding! There were a couple of issues breaking live-reload:
These issues should be fixed now! Can you try the new release (v0.6.37) and let me know if it's working better for you now? I also just want to note the current feature is a simple browser refresh and not hot module reloading, hope that's what you're looking for. Thanks for the bug report! |
Hi Jim -- I'm new to Thanks! |
I just initialized a
--bare
project and it's everything working fine, except it seems as if/spa/ejected/live-reload.js
doesn't exist (nor is it generated or outputted). Instead there's a HTTP 302 redirect back to/
:Request:
Reply:
Also note the extra
/
at the end!Plenti runs inside a Docker image (
golang:latest
) installing Plenti withgo install
as@latest
.The text was updated successfully, but these errors were encountered: