Skip to content

Commit

Permalink
Version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed May 25, 2017
1 parent 7e5e834 commit 708bd7c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ 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/) | 44 | **42** | 45 | 46 | 45 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 127 | **100** | 108 | 112 | 107 |
| [CNN](http://www.cnn.com/) | 136 | **125** | 133 | 134 | 129 |
| [Amazon](http://www.amazon.co.uk/) | 196 | **165** | 188 | 192 | n/a |
| [Stack Overflow](http://stackoverflow.com/) | 223 | **172** | 181 | 188 | 178 |
| [New York Times](http://www.nytimes.com/) | 224 | **153** | 172 | 170 | 159 |
| [BBC](http://www.bbc.co.uk/) | 236 | **194** | 229 | 236 | 223 |
| [Google](https://www.google.com/) | 46 | **43** | 46 | 48 | 46 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 129 | **100** | 108 | 113 | 108 |
| [CNN](http://www.cnn.com/) | 134 | **123** | 131 | 132 | 127 |
| [Amazon](http://www.amazon.co.uk/) | 200 | **168** | 192 | 195 | n/a |
| [Stack Overflow](http://stackoverflow.com/) | 220 | **170** | 178 | 186 | 176 |
| [BBC](http://www.bbc.co.uk/) | 228 | **188** | 221 | 228 | 216 |
| [New York Times](http://www.nytimes.com/) | 235 | **158** | 181 | 178 | 165 |
| [Bootstrap CSS](http://getbootstrap.com/css/) | 272 | **260** | 269 | 229 | 269 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 550 | **503** | 530 | 548 | 529 |
| [NBC](http://www.nbc.com/) | 643 | **612** | 641 | 643 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 550 | **502** | 530 | 548 | 529 |
| [NBC](http://www.nbc.com/) | 649 | **617** | 646 | 649 | n/a |
| [Eloquent Javascript](http://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4105 | **3467** | 3871 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5512 | **4919** | 5066 | n/a | n/a |
Expand Down
8 changes: 4 additions & 4 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.1)</span></h1>
<h1>HTML Minifier <span>(v3.5.2)</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.1",
"version": "3.5.2",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 708bd7c

Please sign in to comment.