Deprecation message in Hugo 0.150.0

Running a local Hugo build with 0.150.0 using hugo --gc --minify --logLevel info, I saw the following:

INFO  deprecated: site config minifyOutput was deprecated in Hugo v0.150.0 and will be removed in a future release. Use minify.minifyOutput instead.

I could find nothing in any of my files (including /config/_default/minify.yaml), nor the latest minify-related documentation, to account for this. This doesn’t prevent the build from occurring, but I am wondering what changes it means I should make. Repo is here.

Yea, this looks like a false negative … Ignore it for now…

/cc @jmooring

1 Like

I’ll take care of this in the next day or two.

1 Like
1 Like