Skip to content

Commit

Permalink
docs: remove comment about google closure compiler from readme
Browse files Browse the repository at this point in the history
With the latest changes there is almost no difference in size between
uglify and gcc.
  • Loading branch information
localvoid committed May 23, 2018
1 parent 3c3f65f commit f83f779
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -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).
Expand Down
3 changes: 0 additions & 3 deletions packages/ivi/README.md
Expand Up @@ -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).
Expand Down

0 comments on commit f83f779

Please sign in to comment.