dev-master
9999999-devBeautify your HTML
MIT
The Requires
by Leonard Mocanu
plugin spress
v1.0.0
1.0.0.0Beautify your HTML
MIT
The Requires
by Leonard Mocanu
plugin spress
Beautify your HTML
, (*1)
Beautify your Spress HTML output, (*2)
Inspired by spress-html-compress, (*3)
Go to your Spress site and add the following to your composer.json
and run
composer update
:, (*4)
"require": { "rattrap/spress-html-beautifier": "1.0.*" }
Add the following to your config.yml to exclude some files from minify/compress process:, (*5)
html_beautifier_excluded: ['.htaccess', 'CNAME', 'robots.txt', 'crossdomain.xml', 'sitemap.xml', 'rss.xml']
And run the build command:, (*6)
spress site:build
Beautify your HTML
MIT
plugin spress
Beautify your HTML
MIT
plugin spress