paramonovav / spress-html-compress
压缩/精简您的HTML
v2.0.5
2020-07-18 00:27 UTC
Requires
- spress/spress-installer: 2.0.*
- wyrihaximus/html-compress: ^1.1
This package is auto-updated.
Last update: 2024-09-19 05:03:21 UTC
README
压缩/精简您的HTML
如何安装?
前往您的Spress网站,并在composer.json中添加以下内容,然后运行composer update
"require": { "paramonovav/spress-html-compress": "2.0.*" }
如何使用?
将以下内容添加到您的config.yml中,以排除一些文件从压缩/精简过程中
html_compress_exclude: ['.htaccess','robots.txt','crossdomain.xml', 'sitemap.xml','nortonsw_bc7be3d0-796e-0.html','BingSiteAuth.xml'] html_compress_exclude_pattern: '/(.*)?\.(jpe?g|png|gif|ico|svg|psd|tiff|webm|mov|avi|mkv|mp4|eot|ttf|otf|woff|woff2|webp)$/i'
只需运行构建命令
spress site:build
如果您想禁用压缩,请使用以下配置
html_compress: false