-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Dropping a bundle into a running server only partially works #5075
Comments
Another similar failing case is if you delete a bundle. I think I'll create a separate issue for that. |
There are some other related cases here as well. Will test this some more tomorrow. |
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 16, 2018
Before this commit, the live reload logic in `hugo server` got confused when you dropped a new bundle into the project while the server was running. The workaround was to restart the server. This commit fixes the "live reload bundle detection" in server mode, and also makes sure that the bundle headers are always processed first. Fixes gohugoio#5075
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 16, 2018
Before this commit, the live reload logic in `hugo server` got confused when you dropped a new bundle into the project while the server was running. The workaround was to restart the server. This commit fixes the "live reload bundle detection" in server mode, and also makes sure that the bundle headers are always processed first. Fixes gohugoio#5075
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the bundle contains both content and images, Hugo seem to be confused with the events created, and you will need a restart to get it into shape again.
The text was updated successfully, but these errors were encountered: