From 768ec5df9fa8f91610ee80a9e6194f94a7dbe117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 10 Jan 2018 09:34:40 +0100 Subject: Remove the --cleanDestinationDir flag This is no longer supported. Since Hugo 0.32 we do static sync and build in parallel. Closes #4246 --- hugolib/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hugolib') diff --git a/hugolib/config.go b/hugolib/config.go index 8e06d3e8e..ce0f5bac9 100644 --- a/hugolib/config.go +++ b/hugolib/config.go @@ -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) -- cgit v1.2.3