mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
+1
-1
@@ -662,7 +662,7 @@ func buildSites(watching bool) (err error) {
|
||||
|
||||
func rebuildSites(events []fsnotify.Event) error {
|
||||
initSites()
|
||||
return Hugo.Rebuild(hugolib.BuildCfg{PrintStats: true}, events...)
|
||||
return Hugo.Rebuild(hugolib.BuildCfg{PrintStats: true, Watching: true}, events...)
|
||||
}
|
||||
|
||||
// NewWatcher creates a new watcher to watch filesystem events.
|
||||
|
||||
Reference in New Issue
Block a user