rattrap / spress-html-beautifier
Beautify your HTML
Package info
github.com/rattrap/spress-html-beautifier
Type:spress-plugin
pkg:composer/rattrap/spress-html-beautifier
v1.0.0
2016-04-23 20:47 UTC
Requires
- mihaeu/html-formatter: 1.*
- spress/spress-installer: 2.0.*
This package is not auto-updated.
Last update: 2026-03-12 08:34:15 UTC
README
Beautify your Spress HTML output
Inspired by spress-html-compress
How do I install it?
Go to your Spress site and add the following to your composer.json and run
composer update:
"require": { "rattrap/spress-html-beautifier": "1.0.*" }
How do I use it?
Add the following to your config.yml to exclude some files from minify/compress process:
html_beautifier_excluded: ['.htaccess', 'CNAME', 'robots.txt', 'crossdomain.xml', 'sitemap.xml', 'rss.xml']
And run the build command:
spress site:build