kubetail-org / loadjs

A tiny async loader / dependency manager for modern browsers (899 bytes)
MIT License
2.58k stars 150 forks source link

Announcement: New version with smaller size also now available via bower and npm #14

Open amorey opened 8 years ago

amorey commented 8 years ago

Hi Everyone,

We shaved off a few more bytes and bumped the version number to v1.0.2. The new version of LoadJS is 506 bytes (minified + gzipped): https://github.com/muicss/loadjs

Also, LoadJS is now available via NPM and bower:

$ npm install loadjs
$ bower install loadjs

Let us know if you run into any issues or if you have any feature requests.

Enjoy!

Andres