Files
hugo/testscripts/commands/hugo__minify_issue13988.txt
T
2026-04-13 23:18:23 +02:00

14 lines
270 B
Plaintext

hugo --minify --logLevel=info
! stderr 'deprecated.*minifyOutput'
grep '<p>one</p><p>two</p>' public/index.html
-- hugo.toml --
disableKinds = ['page','rss','section','sitemap','taxonomy','term']
-- content/_index.md --
one
two
-- layouts/all.html --
{{ .Content }}