Open divinerites opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the master
branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.
This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.
This came up again, but when assets is mounted to static: https://discourse.gohugo.io/t/is-this-worth-mentioning-in-the-docs/37345
To reproduce:
git clone --single-branch -b hugo-forum-topic-37345 https://github.com/jmooring/hugo-testing hugo-forum-topic-37345
cd hugo-forum-topic-37345
hugo server
Then in a new terminal:
echo "body {color: red}" > assets/styles.css
The page is not refreshed.
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the master
branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.
This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.
Still present in v0.110.0
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
yes.
/static/css/
inassets/css
and use them as resources the refresh is not correctly done.static/css/static.css
& h3 is blue inassets/css/assets.css
assets.css
for yellow => works as expected. Refresh OK. background is yellow.static.css
for green => there is no refresh. Background stays red. The site is rebuilt, but not refreshed (see message below)assets.css
and save => the refresh is OK and the static background is now showing green.--disableFastRender
has no effect.