Create hugo_stats.json if it's mounted but does not exists

A common pattern for Tailwind 3 is to mount that file to get it on the server watch list.

A common pattern is also to add hugo_stats.json to .gitignore.

This has meant that the first time you start the server (no hugo_stats.json), it just doesn't work as expected.

Fixes #11264
This commit is contained in:
Bjørn Erik Pedersen
2023-07-19 10:28:56 +02:00
parent f1a061e9ed
commit 7ae62f4aa3
4 changed files with 37 additions and 4 deletions

View File

@@ -31,6 +31,8 @@ const (
FilenamePackageHugoJSON = "package.hugo.json"
// The NPM package file.
FilenamePackageJSON = "package.json"
FilenameHugoStatsJSON = "hugo_stats.json"
)
var (