1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

commands: Report build time on config.toml change

Fixes #4232
See #4224
This commit is contained in:
Bjørn Erik Pedersen
2018-01-06 10:54:16 +01:00
parent 059e8458d6
commit 6feb138785

View File

@ -892,6 +892,7 @@ func (c *commandeer) getDirList() ([]string, error) {
}
func (c *commandeer) recreateAndBuildSites(watching bool) (err error) {
defer c.timeTrack(time.Now(), "Total")
if err := c.initSites(); err != nil {
return err
}