mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Read disableFastRender from flag even if it's not changed
Fixes #5353
This commit is contained in:
parent
d4ebfea1ff
commit
78a4c2e32e
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue