From 78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 24 Oct 2018 20:33:07 +0200 Subject: [PATCH] commands: Read disableFastRender from flag even if it's not changed Fixes #5353 --- commands/hugo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/hugo.go b/commands/hugo.go index 1cfbdcf7c1f..5296d18689c 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -219,6 +219,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) { // Will set a value even if it is the default. flagKeysForced := []string{ + "disableFastRender", "minify", }