Should hugo_stats.json be excluded in production?

For platforms like Cloudflare Pages/Workers, does it serve any use?

according to the docs Configure build it is used for purging.

so i would say:

  • don’t commit
  • no need to generate unless you purge.
  • or for tailwindCSS alike

I use Tailwind CSS in some projects and I saw it is needed there css.TailwindCSS.

So I think it boils down to whether a project needs cache busters or post processing.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.