Skip to content

Latest commit

 

History

History
executable file
·
42 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
42 lines (24 loc) · 1.04 KB

Minify Extension for Mecha

Code Size

This extension reduces the page size by removing unused white-spaces and comments in the HTML output.


Release Notes

3.0.0

  • Updated for Mecha 3.0.0.

2.6.6

  • Fixed #5, #6.
  • Minified boolean HTML attributes, and inline CSS rules.
  • Refactor.

2.5.7

  • Fixed PHP minifier bug #1
  • Fixed broken minified CSS when found an empty selector #3

2.5.5

2.5.3

  • Hot fixes for JavaScript minifier.

2.5.2

  • Updated PHP minifier.

2.5.1

  • Added Minify::JSON() and Minify::PHP() methods.