Open
Description
I'm running development server with --disableFastRender option. My project contains SCSS files and I use dart sass to compile to CSS. When I make changes to my SCSS files, live reload doesn't happen. I also tried changes in HTML layout files but nothing reflect in browser. I also test on both latest Firefox and Chromium browsers. I built Hugo from source using go1.22.1 on Debian bookworm.
What version of Hugo are you using (hugo version
)?
$ hugo version hugo v0.131.0+extended linux/amd64 BuildDate=unknown
Does this issue reproduce with the latest release?
Yes, I'm using latest release.