diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-06-02 07:49:42 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-06-02 09:04:00 +0200 |
commit | a191b38ac80356ee67caa28f6038a957150ba68d (patch) | |
tree | 1f6c6f06bc8b708934fde119e3cfb00071401e7d /testscripts | |
parent | 382c726e63b9adb8d7e38c80e03e404767925eba (diff) | |
download | hugo-a191b38ac80356ee67caa28f6038a957150ba68d.tar.gz hugo-a191b38ac80356ee67caa28f6038a957150ba68d.zip |
Don't inject livereload script on hugo -w
Fixes #11061
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/hugo__watch.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testscripts/commands/hugo__watch.txt b/testscripts/commands/hugo__watch.txt index b434bd112..aa5201c56 100644 --- a/testscripts/commands/hugo__watch.txt +++ b/testscripts/commands/hugo__watch.txt @@ -11,6 +11,7 @@ grep 'P1start' public/p1/index.html replace content/p1.md 'P1start' 'P1end' sleep 2 grep 'P1end' public/p1/index.html +! grep 'livereload' public/p1/index.html stop |