hugolib: Sync page collections with Site.Info on rebuild in watch mode

There is definitive potential for cleanup in this area, but this will have to do for now.

Fixes #2869
This commit is contained in:
Bjørn Erik Pedersen 2017-01-05 20:57:24 +01:00
parent c60c41e051
commit 9f20e648b9

View file

@ -1532,6 +1532,8 @@ func (s *Site) assembleTaxonomies() {
func (s *Site) resetBuildState() {
s.PageCollections = newPageCollectionsFromPages(s.rawAllPages)
// TODO(bep) get rid of this double
s.Info.PageCollections = s.PageCollections
s.Info.paginationPageCount = 0
s.draftCount = 0