Remove the --cleanDestinationDir flag

This is no longer supported. Since Hugo 0.32 we do static sync and build in parallel.

Closes #4246
This commit is contained in:
Bjørn Erik Pedersen
2018-01-10 09:34:40 +01:00
parent 238e7f7fbe
commit 768ec5df9f
2 changed files with 0 additions and 6 deletions

View File

@@ -164,7 +164,6 @@ func loadDefaultSettingsFor(v *viper.Viper) error {
return err
}
v.SetDefault("cleanDestinationDir", false)
v.SetDefault("watch", false)
v.SetDefault("metaDataFormat", "toml")
v.SetDefault("disable404", false)