Skip to content

kirby-deprecated-plugins/kirby-html-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Html Minifier

Version 0.2

This plugin uses the response component. That means no output buffer is needed.

Installation

  1. Add html-minifier folder into site/plugins/.
  2. All your pagees should now have minified html output.

Options

Active

It's active by default but it's possible to turn it off.

c::set('plugin.html.minifier.active', true));

Options

If you are a hardcore user you can use the options of the Minify_HTML class.

c::get('plugin.html.minifier.options', array());

Read about the options in the code somewhere around line 50.

Changelog

  • 0.2 - Added namespaces. Inherit response from parent. Added options.
  • 0.1 - Init

Troubleshooting

If it does not work, make sure you don't have some cache activated.

Requirements

Kirby 2.3 beta 2

Special thanks to

About

Minify the html output of a site built with Kirby CMS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages