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 Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
commands.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
config.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
convert.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
deploy.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
deploy_off.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
env.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
gen.go commands: Add gen chromastyles --lineNumbersTableStyle flag 2024-04-20 12:25:28 +02:00
helpers.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugo_windows.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugobuilder.go Fix live reload when both CSS and HTML changes 2024-06-15 20:13:42 +02:00
import.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
list.go commands: Improve list command 2024-05-22 19:50:58 +02:00
mod.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
new.go commands: Clarify that create or install a theme are two options 2024-04-25 14:38:22 +02:00
release.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
server.go commands: Add shorthand flags -M (--renderToMemory) and -N (--navigateToChanged) 2024-05-30 11:35:02 +02:00