mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
commands: Read disableFastRender from flag even if it's not changed
Fixes #5353
This commit is contained in:
@@ -219,6 +219,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
|
|||||||
|
|
||||||
// Will set a value even if it is the default.
|
// Will set a value even if it is the default.
|
||||||
flagKeysForced := []string{
|
flagKeysForced := []string{
|
||||||
|
"disableFastRender",
|
||||||
"minify",
|
"minify",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user