-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Syncing does not work properly on Windows #839
Comments
Hi @karland, Thank you for your comments!
|
The sync issue has been discussed in other issues. About livereload, please reopen if still an issue with 0.13. |
@bjornerik I have compiled Hugo as suggested and I am now on
Unfortunately, the issue persists. Basically what I am doing is changing the
but neither is Hugo syncing the changed |
@karland I was seeing the same behavior and have submitted a pull request that fixes it on Windows. Once it's merged, could you test it as well to make sure it's working for you? |
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. |
I am testing
gulp.js
in conjunction withhugo
. I have my source Files in/src
andgulp.js
is processing them and putting them at the correct places under `themes/mytheme/. Now I noticed the following with hugo v0.12:hugo
claims it is syncing mythemes/mytheme/static/css
withpublic/css
but it leaves old .css-Files in thepublic/css
even though the old source inthemes/mytheme/static/css
is gone. So it is not deleting and therefore really not "syncing".index.html
hugo server --watch
picks them up and livereload is displaying them beautifully. However, when I am applying changes to a .css-File,hugo
outputs:Change detected, rebuilding site
but actually does not. The updated .css-File is not synced into
public/css
and livereload is not displaying the changes. When I am stopping and restarting the server, the update takes place. So it seems that css-Files are only synced when the server is started.The text was updated successfully, but these errors were encountered: