commands: Fix broken hugo --renderToMemory
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 2 Jan 2018 08:40:58 +0000 (09:40 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 2 Jan 2018 08:40:58 +0000 (09:40 +0100)
The `--renderToMemory` flag stopped working on `hugo` in 0.32.

Note that this is only useful for benchmark testing, as there is no easy way to actually view the result.

Fixes #4212

commands/hugo.go

index 743c5a26712a16a1005e7503eb968cd01d5fd832..7f0b6cd051da265a1639784a57a8313302bca34e 100644 (file)
@@ -132,6 +132,7 @@ Complete documentation is available at http://gohugo.io/.`,
                        if buildWatch {
                                c.Set("disableLiveReload", true)
                        }
+                       c.Set("renderToMemory", renderToMemory)
                        return nil
                }