ionutiorgulescu/spress-html-beautifier
Composer 安装命令:
composer require ionutiorgulescu/spress-html-beautifier
包简介
Beautify your HTML
README 文档
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": { "ionutiorgulescu/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
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-18