Skip to content

Commit

Permalink
Version 3.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 25, 2018
1 parent c6ecb90 commit 5494091
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -20,19 +20,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/) | 47 | **43** | 47 | 49 | 47 |
| [Twitter](https://twitter.com/) | 146 | **115** | 138 | 155 | 138 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 171 | **128** | 143 | 148 | 142 |
| [New York Times](https://www.nytimes.com/) | 207 | **139** | 158 | 155 | 144 |
| [Stack Overflow](https://stackoverflow.com/) | 256 | **199** | 209 | 217 | 206 |
| [Google](https://www.google.com/) | 48 | **44** | 48 | 49 | 48 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 154 | **117** | 128 | 133 | 128 |
| [Twitter](https://twitter.com/) | 203 | **162** | 195 | 219 | 195 |
| [Stack Overflow](https://stackoverflow.com/) | 254 | **196** | 208 | 216 | 205 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 271 | **260** | 269 | 229 | 269 |
| [BBC](https://www.bbc.co.uk/) | 294 | **238** | 285 | 289 | 278 |
| [Amazon](https://www.amazon.co.uk/) | 377 | **328** | 368 | 379 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 520 | **484** | 504 | 523 | 503 |
| [NBC](https://www.nbc.com/) | 669 | **633** | 668 | 669 | n/a |
| [BBC](https://www.bbc.co.uk/) | 288 | **230** | 280 | 281 | 272 |
| [Amazon](https://www.amazon.co.uk/) | 508 | **439** | 495 | 501 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 533 | **434** | 517 | 536 | 517 |
| [New York Times](https://mathiasbynens.be/_tmp/nyt.html) | 699 | **619** | 693 | 683 | n/a |
| [NBC](https://www.nbc.com/) | 700 | **657** | 698 | 699 | 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/) | 5243 | **4472** | 4963 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 6072 | **5449** | 5615 | n/a | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5308 | **4529** | 5025 | n/a | n/a |
| [ES draft](https://tc39.github.io/ecma262/) | 6082 | **5456** | 5624 | n/a | n/a |

## Options Quick Reference

Expand Down
2 changes: 1 addition & 1 deletion dist/htmlminifier.js
@@ -1,5 +1,5 @@
/*!
* HTMLMinifier v3.5.20 (https://kangax.github.io/html-minifier/)
* HTMLMinifier v3.5.21 (https://kangax.github.io/html-minifier/)
* Copyright 2010-2018 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
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v3.5.20)</span></h1>
<h1>HTML Minifier <span>(v3.5.21)</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
@@ -1,7 +1,7 @@
{
"name": "html-minifier",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "3.5.20",
"version": "3.5.21",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 5494091

Please sign in to comment.