shithub: hugo

Download patch

ref: 6b78b3810a800e315b57e2d907db9040cda36ac0
parent: 78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Oct 24 18:15:57 EDT 2018

Revert "commands: Read disableFastRender from flag even if it's not changed"

On second thought, removing this isn't worth it.

This reverts commit 78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494.

--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -219,7 +219,6 @@
 
 	// Will set a value even if it is the default.
 	flagKeysForced := []string{
-		"disableFastRender",
 		"minify",
 	}