Skip to content

Commit

Permalink
Version 3.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Mar 14, 2018
1 parent 416982e commit 6062467
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,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** | 46 | 47 | 46 |
| [Twitter](https://twitter.com/) | 118 | **87** | 110 | 127 | 111 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 136 | **105** | 113 | 118 | 113 |
| [New York Times](https://www.nytimes.com/) | 226 | **157** | 177 | 173 | 161 |
| [Stack Overflow](https://stackoverflow.com/) | 250 | **196** | 205 | 214 | 203 |
| [BBC](https://www.bbc.co.uk/) | 262 | **211** | 254 | 257 | 242 |
| [Google](https://www.google.com/) | 46 | **42** | 46 | 47 | 46 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 137 | **107** | 115 | 120 | 115 |
| [Twitter](https://twitter.com/) | 141 | **103** | 133 | 155 | 133 |
| [New York Times](https://www.nytimes.com/) | 234 | **162** | 183 | 179 | 167 |
| [Stack Overflow](https://stackoverflow.com/) | 254 | **199** | 209 | 218 | 206 |
| [BBC](https://www.bbc.co.uk/) | 271 | **220** | 264 | 267 | 252 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 272 | **260** | 269 | 229 | 269 |
| [Amazon](https://www.amazon.co.uk/) | 389 | **334** | 375 | 387 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 475 | **444** | 460 | 475 | 459 |
| [Amazon](https://www.amazon.co.uk/) | 374 | **320** | 360 | 372 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 473 | **441** | 457 | 472 | 456 |
| [NBC](https://www.nbc.com/) | 684 | **645** | 680 | 683 | 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/) | 4844 | **4125** | 4581 | n/a | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 4799 | **4087** | 4539 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 6098 | **5434** | 5596 | n/a | n/a |

## Options Quick Reference
Expand Down
4 changes: 2 additions & 2 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.10)</span></h1>
<h1>HTML Minifier <span>(v3.5.11)</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.10",
"version": "3.5.11",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 6062467

Please sign in to comment.