Open
Description
What version of Hugo are you using (hugo version
)?
$ hugo version Hugo Static Site Generator v0.75.1/extended darwin/amd64 BuildDate: unknown
Does this issue reproduce with the latest release?
yes.
- When we mount
/static/css/
inassets/css
and use them as resources the refresh is not correctly done. - You can see a minimal example here
- Steps to reproduce :
- go to index.htm => h2 is red in
static/css/static.css
& h3 is blue inassets/css/assets.css
- change background in
assets.css
for yellow => works as expected. Refresh OK. background is yellow. - change background in
static.css
for green => there is no refresh. Background stays red. The site is rebuilt, but not refreshed (see message below) - Change anything is
assets.css
and save => the refresh is OK and the static background is now showing green. --disableFastRender
has no effect.
[[module.mounts]]
source = "static/css"
target = "assets/css"
[[module.mounts]]
source = "assets/css"
target = "assets/css"
Change of Static files detected, rebuilding site.
2020-09-27 15:56:49.063 +0200
Syncing css/static.css to /