Fsnotify 1.5.0 breaks symlink changes #8920
Labels
Comments
|
Thanks for that report, good to catch that before release. I did read the upstream release notes before I merged, ... Oh well. |
|
Resolved with fsnotify/fsnotify#394. |
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 26, 2021
…1.5.0" This reverts commit f701652. Closes gohugoio#8920
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Hugo are you using (
hugo version)?Does this issue reproduce with the latest release?
Yes, it's build latest from source.
Project Structure
I have
my-themeas symbolic link.Bug
If you change anything under
my-themedirectory, Hugo detect the modification (trigger rebuild) but didnt't grab the changes of file content.Workaround
I downgraded fsnotify to 1.4.9, everything works perfectly.
The text was updated successfully, but these errors were encountered: