From f87239e4cab958bf59ecfb1beb8cac439441a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 5 Apr 2018 18:02:52 +0200 Subject: Fix livereload for the home page bundle Fixes #4576 --- hugolib/hugo_sites.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hugolib') diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index cac59e4ca..16beb3db6 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -676,6 +676,7 @@ type contentChangeMap struct { func (m *contentChangeMap) add(filename string, tp bundleDirType) { m.mu.Lock() dir := filepath.Dir(filename) + helpers.FilePathSeparator + dir = strings.TrimPrefix(dir, ".") switch tp { case bundleBranch: m.branches = append(m.branches, dir) -- cgit v1.2.3