-
-
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
Static file sync fails when server rendering to disk #1842
Comments
I have tested this briefly:
No idea. |
I see this on OS X also now (I had a old Hugo site with the -d option set and edit CSS on the fly didn't work. Removing the "-d" (destionation => render to mem instead) fixed it. |
I have opened up a couple of related Fsync pull requests; the first one fixes this issue. /cc @spf13 |
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. |
When running Hugo HEAD as follows:
Changes to static content are not synced to the
public
folder. Strangely enough, however, hugo detects it and says it's synced. The issue occurs when changing items in the basestatic
directory and also in a theme'sstatic
directory.The issue is not present when rendering to memory.
In the above example, I'm expecting
/site/themes/hcgu-v0/static/css/app.css
to be copied into/site/public/css/app.css
. I checked md5sums of the file before and after, and the file is unchanged.The text was updated successfully, but these errors were encountered: