Hugo 0.39: Help test it!

While working on that “baseURL with subdir” tests, I discovered that livereload has stopped working in the latest build… my command:

hugo server -p 6767 -b localhost/foo/ --navigateToChanged

To be specific, the livereload works if changes are made to the content files, but doesn’t work if changes are made to a layout file like layouts/_default/single.html.

Interestingly, message like this get printed too, but no livereload:

Change detected, rebuilding site
2018-04-13 01:03:18.491 -0400
Template changed "/home/kmodi/sandbox/hugo/sandbox/subdir-canonify-true/layouts/_default/single.html": WRITE
Total in 21 ms

The livereload works fine for other sites where the baseurl does not have a subdir.