Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Jul 9, 2016
1 parent 47ccbfa commit 4a8f103
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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 | **43** | 45 | 46 | 45 |
| [CNN](http://www.cnn.com/) | 115 | **104** | 111 | 112 | 108 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 118 | **80** | 100 | 105 | 101 |
| [BBC](http://www.bbc.co.uk/) | 180 | **147** | 173 | 178 | 169 |
| [New York Times](http://www.nytimes.com/) | 188 | **128** | 138 | 142 | 135 |
| [Stack Overflow](http://stackoverflow.com/) | 237 | **183** | 192 | 200 | 190 |
| [CNN](http://www.cnn.com/) | 116 | **106** | 112 | 113 | 110 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 118 | **79** | 100 | 104 | 100 |
| [BBC](http://www.bbc.co.uk/) | 188 | **154** | 181 | 185 | 176 |
| [New York Times](http://www.nytimes.com/) | 191 | **129** | 140 | 144 | 136 |
| [Stack Overflow](http://stackoverflow.com/) | 238 | **184** | 192 | 201 | 191 |
| [Bootstrap CSS](http://getbootstrap.com/css/) | 277 | **264** | 274 | 232 | 274 |
| [Amazon](http://www.amazon.co.uk/) | 429 | **374** | 409 | 421 | n/a |
| [Amazon](http://www.amazon.co.uk/) | 452 | **397** | 432 | 445 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 481 | **437** | 465 | 480 | n/a |
| [NBC](http://www.nbc.com/) | 499 | **477** | 497 | 499 | n/a |
| [NBC](http://www.nbc.com/) | 499 | **478** | 497 | 499 | 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/) | 3884 | **3272** | 3665 | 3839 | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 4797 | **4247** | 4377 | 4500 | n/a |
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 v3.0.0 (http://kangax.github.io/html-minifier/)
* HTMLMinifier v3.0.1 (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>(v3.0.0)</span></h1>
<h1>HTML Minifier <span>(v3.0.1)</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.0.0",
"version": "3.0.1",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 4a8f103

Please sign in to comment.