mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
@@ -1064,7 +1064,7 @@ func (s *Site) renderAndWritePage(statCounter *uint64, name string, targetPath s
|
|||||||
pd.AbsURLPath = s.absURLPath(targetPath)
|
pd.AbsURLPath = s.absURLPath(targetPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.watching() && s.conf.Internal.Watch && !s.conf.Internal.DisableLiveReload {
|
if s.watching() && s.conf.Internal.Running && !s.conf.Internal.DisableLiveReload {
|
||||||
pd.LiveReloadBaseURL = s.Conf.BaseURLLiveReload().URL()
|
pd.LiveReloadBaseURL = s.Conf.BaseURLLiveReload().URL()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@ grep 'P1start' public/p1/index.html
|
|||||||
replace content/p1.md 'P1start' 'P1end'
|
replace content/p1.md 'P1start' 'P1end'
|
||||||
sleep 2
|
sleep 2
|
||||||
grep 'P1end' public/p1/index.html
|
grep 'P1end' public/p1/index.html
|
||||||
|
! grep 'livereload' public/p1/index.html
|
||||||
|
|
||||||
stop
|
stop
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user