hugo/commands
Bjørn Erik Pedersen ad6d91cabd Fix live reload when both CSS and HTML changes
This seems to be a browser bug (tested in both Chrome and Safari on MacOS), but it seems that doing a `window.location.reload()` (or `window.location.reload(true)`) doesn't refresh the CSS changes, even if HTTP caching is disabled.

This commit works around this by doing additional refreshes of the CSSes.

Closes #12600
2024-06-15 20:13:42 +02:00
..
commandeer.go
commands.go
config.go
convert.go
deploy.go
deploy_off.go
env.go
gen.go
helpers.go
hugo_windows.go
hugobuilder.go Fix live reload when both CSS and HTML changes 2024-06-15 20:13:42 +02:00
import.go
list.go
mod.go
new.go
release.go
server.go