rattrap/spress-html-beautifier

美化您的HTML

v1.0.0 2016-04-23 20:47 UTC

This package is not auto-updated.

Last update: 2024-09-26 01:07:40 UTC


README

Spress 2 ready

美化您的Spress HTML输出

灵感来源于spress-html-compress

如何安装它?

前往您的Spress网站,并将以下内容添加到您的composer.json中,然后运行composer update

"require": {
    "rattrap/spress-html-beautifier": "1.0.*"
}

如何使用它?

将以下内容添加到您的config.yml中以排除某些文件从压缩/压缩过程中

html_beautifier_excluded: ['.htaccess', 'CNAME', 'robots.txt', 'crossdomain.xml', 'sitemap.xml', 'rss.xml']

然后运行构建命令

spress site:build