Skip to content

Commit

Permalink
Version 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Oct 17, 2017
1 parent 9a45eb4 commit e99f322
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe
| Site | Original size *(KB)* | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
| ---------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
| [Google](https://www.google.com/) | 45 | **42** | 45 | 47 | 45 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 133 | **104** | 112 | 116 | 111 |
| [Amazon](https://www.amazon.co.uk/) | 203 | **171** | 195 | 199 | n/a |
| [New York Times](https://www.nytimes.com/) | 233 | **158** | 182 | 178 | 166 |
| [Stack Overflow](https://stackoverflow.com/) | 239 | **186** | 195 | 203 | 192 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 133 | **104** | 112 | 116 | 112 |
| [Amazon](https://www.amazon.co.uk/) | 212 | **179** | 204 | 208 | n/a |
| [New York Times](https://www.nytimes.com/) | 231 | **157** | 180 | 176 | 165 |
| [Stack Overflow](https://stackoverflow.com/) | 244 | **191** | 200 | 208 | 198 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 272 | **260** | 269 | 229 | 269 |
| [BBC](https://www.bbc.co.uk/) | 279 | **229** | 271 | 278 | 262 |
| [Twitter](https://twitter.com/) | 298 | **223** | 263 | 287 | 263 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 469 | **437** | 453 | 468 | 453 |
| [NBC](https://www.nbc.com/) | 665 | **627** | 661 | 664 | n/a |
| [BBC](https://www.bbc.co.uk/) | 274 | **225** | 266 | 273 | 258 |
| [Twitter](https://twitter.com/) | 319 | **237** | 283 | 311 | 283 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 466 | **435** | 451 | 466 | 450 |
| [NBC](https://www.nbc.com/) | 624 | **593** | 620 | 623 | n/a |
| [Eloquent Javascript](https://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 4228 | **3586** | 3999 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5701 | **5087** | 5236 | n/a | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 4083 | **3463** | 3861 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5700 | **5086** | 5235 | n/a | n/a |

## Options Quick Reference

Expand Down
19 changes: 12 additions & 7 deletions dist/htmlminifier.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/htmlminifier.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v3.5.5)</span></h1>
<h1>HTML Minifier <span>(v3.5.6)</span></h1>
<textarea rows="8" cols="40" id="input"></textarea>
<div class="minify-button">
<button type="button" id="minify-btn">Minify</button>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-minifier",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "3.5.5",
"version": "3.5.6",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit e99f322

Please sign in to comment.