You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mkdocs serve locally with uncommitted files, the mkdocs live/hot reload feature will monitor the changes in the .cache directory, causing a live reload infinite loop.
This can be confirmed by monitoring the changes. I'm not sure why the mkdocs file monitoring continues during build.
When using
mkdocs serve
locally with uncommitted files, the mkdocs live/hot reload feature will monitor the changes in the.cache
directory, causing a live reload infinite loop.This can be confirmed by monitoring the changes. I'm not sure why the mkdocs file monitoring continues during build.
$ inotifywait -m -e modify,create,delete -r . ./.cache/plugin/git-committers/ MODIFY page-authors.json ./.cache/plugin/git-committers/ MODIFY page-authors.json ./.cache/plugin/git-committers/ MODIFY page-authors.json ./.cache/plugin/git-committers/ MODIFY page-authors.json ./.cache/plugin/git-committers/ MODIFY page-authors.json ...
I will open a PR to fix this.
Potentially related: mkdocs/mkdocs#2519
The text was updated successfully, but these errors were encountered: