-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Livereload not working on 1.10.0 build #1508
Comments
That's due to #267 bug of siteconfig not being able to reload. |
Ok thanks, I saw that you fixed this bug right ? |
yeah #1509 |
Hello @endiliey this issue still occurs on 1.14.4 version. Thank you in advance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
When I run wpm start (or even yarn start) the live reload server start but when I try to modify something inside the website folder, the page reloads but nothing is update. It seems like chnages on the files triggered the live reload but nothing is rebuilt.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Expected behavior
The server is suposed to start, and when I do changes inside the website folder, the webpage is suposed to reload with the new changes.
e.g When I change a label on the headerLinks section, changes are suposed to be visible.
Actual Behavior
The server starts well, but when a modify something, the page relaod, but the changes are not visible. I need to CTRL+C the npm start process to restart it to see the changes.
Reproducible Demo
You can try to reproduce the this issue on my repo:
https://github.com/Triskae/Messosaurus
The text was updated successfully, but these errors were encountered: