8000 GitHub - loopion/spress-html-compress: Compress/minify your HTML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

loopion/spress-html-compress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minify HTML

Spress 2 ready

Compress/minify your HTML

How to install?

Go to your Spress site and add the following to your composer.json and run composer update:

"require": {
    "paramonovav/spress-html-compress": "2.0.*"
}

How to use?

Add the following to your config.yml to exclude some files from minify/compress process:

html_compress_exclude: ['.htaccess','robots.txt','crossdomain.xml', 'sitemap.xml','nortonsw_bc7be3d0-796e-0.html','BingSiteAuth.xml']

Just run build command:

spress site:build

About

Compress/minify your HTML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0