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

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

This reverts commit 78a4c2e32e.
This commit is contained in:
Bjørn Erik Pedersen 2018-10-24 22:15:57 +02:00
parent 78a4c2e32e
commit 6b78b3810a
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -219,7 +219,6 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
// Will set a value even if it is the default.
flagKeysForced := []string{
"disableFastRender",
"minify",
}