mirror of
https://github.com/gohugoio/hugo.git
synced 2025-06-28 11:49:52 +00:00
commands: Make sure the browser gets refreshed on changes when --disableFastRender is set
Fixes #13727
This commit is contained in:
parent
013c8cfb25
commit
f47193669d
1 changed files with 3 additions and 0 deletions
|
@ -972,6 +972,9 @@ func (c *hugoBuilder) handleEvents(watcher *watcher.Batcher,
|
|||
lrl.Logf("force refresh")
|
||||
livereload.ForceRefresh()
|
||||
}
|
||||
} else {
|
||||
lrl.Logf("force refresh")
|
||||
livereload.ForceRefresh()
|
||||
}
|
||||
|
||||
if len(cssChanges) > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue