paramonovav/spress-html-compress

压缩/精简您的HTML

安装: 160

依赖: 0

建议: 0

安全性: 0

星标: 5

关注者: 3

分支: 3

开放问题: 0

类型:spress-plugin

v2.0.5 2020-07-18 00:27 UTC

This package is auto-updated.

Last update: 2024-09-19 05:03:21 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Spress 2 ready

压缩/精简您的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