HTML Minifier 2.0
Download
Removes clutter and redundancy from dynamic HTML responses.
Changelog
- Updated WebMarkupMin.Core library to 2.1.0
- Added 2 features:
Preserve case
(Default: False
)
Preserve optional tags list
(Default: empty)
- Minification removes the byte order mark (BOM)
- Fixed errors that occur when processing Angular 2, Aurelia and Polymer templates
- Improved the safe whitespace minification mode
rb
and rtc
tags are now considered as optional end tags
- Improved compatibility with dev branch
- Several other minor fixes and code improvements