From f83f77920ce5d592f0a03d18de7850dff4cf91cc Mon Sep 17 00:00:00 2001 From: Boris Kaul Date: Wed, 23 May 2018 16:30:26 +0700 Subject: [PATCH] docs: remove comment about google closure compiler from readme With the latest changes there is almost no difference in size between uglify and gcc. --- README.md | 3 --- packages/ivi/README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index d648e44d..b6c28f99 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ Size of the [basic example](https://github.com/localvoid/ivi-examples/tree/maste bundled with [webpack](https://webpack.js.org/) and minified with [uglify](https://github.com/mishoo/UglifyJS2) is just a **3.8KB** (minified+compressed). -Also, ivi library has full support for compilation with [Google Closure Compiler](https://github.com/google/closure-compiler) -in `ADVANCED` mode. Basic example compiled with Google Closure Compiler is **3.5KB** (minified+compressed). - ## Performance ivi is one of the fastest libraries in the [js-framework-benchmark](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html). diff --git a/packages/ivi/README.md b/packages/ivi/README.md index d648e44d..b6c28f99 100644 --- a/packages/ivi/README.md +++ b/packages/ivi/README.md @@ -29,9 +29,6 @@ Size of the [basic example](https://github.com/localvoid/ivi-examples/tree/maste bundled with [webpack](https://webpack.js.org/) and minified with [uglify](https://github.com/mishoo/UglifyJS2) is just a **3.8KB** (minified+compressed). -Also, ivi library has full support for compilation with [Google Closure Compiler](https://github.com/google/closure-compiler) -in `ADVANCED` mode. Basic example compiled with Google Closure Compiler is **3.5KB** (minified+compressed). - ## Performance ivi is one of the fastest libraries in the [js-framework-benchmark](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html).