diff --git a/commands/hugo.go b/commands/hugo.go index 743c5a267..7f0b6cd05 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -132,6 +132,7 @@ Complete documentation is available at http://gohugo.io/.`, if buildWatch { c.Set("disableLiveReload", true) } + c.Set("renderToMemory", renderToMemory) return nil }