diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 15:10:37 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 15:11:17 +0200 |
commit | 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (patch) | |
tree | 70bfaea8884c374876f607774850a3a51c0cb381 /node_modules/html-minifier/README.md | |
parent | aca1143cb9eed16cf37f04e475e4257418dd18ac (diff) |
fix build issues and add typedoc
Diffstat (limited to 'node_modules/html-minifier/README.md')
-rw-r--r-- | node_modules/html-minifier/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/node_modules/html-minifier/README.md b/node_modules/html-minifier/README.md index 5338e9cc5..988f59bd9 100644 --- a/node_modules/html-minifier/README.md +++ b/node_modules/html-minifier/README.md @@ -23,18 +23,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/) | 44 | **42** | 45 | 46 | 45 | -| [HTMLMinifier](https://github.com/kangax/html-minifier) | 124 | **97** | 105 | 109 | 104 | -| [CNN](http://www.cnn.com/) | 131 | **121** | 129 | 130 | 124 | -| [Amazon](http://www.amazon.co.uk/) | 189 | **158** | 181 | 184 | n/a | -| [New York Times](http://www.nytimes.com/) | 200 | **131** | 149 | 148 | 139 | -| [Stack Overflow](http://stackoverflow.com/) | 223 | **172** | 181 | 189 | 178 | -| [BBC](http://www.bbc.co.uk/) | 224 | **185** | 217 | 223 | 211 | +| [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 | | [Bootstrap CSS](http://getbootstrap.com/css/) | 272 | **260** | 269 | 229 | 269 | -| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 547 | **500** | 527 | 545 | 526 | -| [NBC](http://www.nbc.com/) | 572 | **549** | 570 | 572 | 555 | +| [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 | | [Eloquent Javascript](http://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a | -| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4453 | **3763** | 4205 | n/a | n/a | -| [ES6 draft](https://tc39.github.io/ecma262/) | 5505 | **4913** | 5060 | n/a | 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 | ## Options Quick Reference |