Skip to content

Commit

Permalink
Version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Jun 25, 2016
1 parent 9cc2ee2 commit c3c0e55
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ 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/) | 57 | **54** | 57 | 59 | 57 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 114 | **77** | 97 | 101 | 97 |
| [CNN](http://www.cnn.com/) | 115 | **105** | 111 | 113 | 109 |
| [New York Times](http://www.nytimes.com/) | 176 | **119** | 126 | 130 | 126 |
| [BBC](http://www.bbc.co.uk/) | 185 | **150** | 178 | 183 | 174 |
| [Stack Overflow](http://stackoverflow.com/) | 236 | **182** | 190 | 199 | 189 |
| [Google](https://www.google.com/) | 48 | **46** | 48 | 50 | 49 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 116 | **78** | 99 | 103 | 99 |
| [CNN](http://www.cnn.com/) | 121 | **111** | 117 | 119 | 115 |
| [BBC](http://www.bbc.co.uk/) | 193 | **157** | 187 | 192 | 182 |
| [New York Times](http://www.nytimes.com/) | 210 | **146** | 159 | 161 | 153 |
| [Stack Overflow](http://stackoverflow.com/) | 244 | **190** | 198 | 207 | 197 |
| [Bootstrap CSS](http://getbootstrap.com/css/) | 277 | **264** | 274 | 232 | 274 |
| [Amazon](http://www.amazon.co.uk/) | 423 | **370** | 404 | 416 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 479 | **435** | 462 | 477 | n/a |
| [NBC](http://www.nbc.com/) | 506 | **485** | 504 | 506 | n/a |
| [Amazon](http://www.amazon.co.uk/) | 456 | **403** | 436 | 450 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 479 | **435** | 462 | 478 | n/a |
| [NBC](http://www.nbc.com/) | 508 | **487** | 506 | 508 | 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/) | 3816 | **3207** | 3593 | 3771 | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 4800 | **4246** | 4376 | 4499 | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 4796 | **4247** | 4376 | 4500 | n/a |

## Options Quick Reference

Expand Down
2 changes: 1 addition & 1 deletion dist/htmlminifier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* HTMLMinifier v2.1.5 (http://kangax.github.io/html-minifier/)
* HTMLMinifier v2.1.6 (http://kangax.github.io/html-minifier/)
* Copyright 2010-2016 Juriy "kangax" Zaytsev
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/htmlminifier.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v2.1.5)</span></h1>
<h1>HTML Minifier <span>(v2.1.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": "2.1.5",
"version": "2.1.6",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit c3c0e55

Please sign in to comment.