hugo/hugolib/filesystems
Bjørn Erik Pedersen aee9e11a40 Make sure we always create the /public folder
* Before this commit, when you had static files in the root of /content and no /public folder, that folder would not be created unless the /static syncer had already run.
* So, with a common pattern doing `rm -rf public && hugo` would the fail now and then because /static and /content are processed in parallel (unless you have cleanDestinationDir=true)
* This was even worse before commit 0b918e131f – a frozen build.

Closes #8166
2021-12-23 15:09:27 +01:00
..
basefs.go Make sure we always create the /public folder 2021-12-23 15:09:27 +01:00
basefs_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00