Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

angularjs file size

Tags:

angularjs

size

Citation from angularjs.org / faq

"How big is the angular.js file that I need to include?
The size of the file is < 36KB compressed and minified."

But all version from any place from the internet (CDN-s, code.angularjs.org, etc.) is bigger then 120kb (latest 1.3.x).

So, the FAQ is just marketing, or outdated, or what?

Thank you!

like image 716
John Henry Avatar asked Nov 25 '14 09:11

John Henry


1 Answers

when using this file (currently latest) http://code.angularjs.org/1.3.6/angular.min.js

you get almost 49kb minified and gzipped you can check it here: http://closure-compiler.appspot.com/home

Best

like image 98
danikoren Avatar answered Oct 06 '22 10:10

danikoren