Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
734 stars 72 forks source link

Bower support #15

Closed asbjornenge closed 11 years ago

asbjornenge commented 11 years ago

Lately I've started using http://twitter.github.com/bower/ to organize my js packages. It works really well and is easy as pie to configure a packages. All that is required is this component.json. Please correct the version number as you see fit :-P

Post-merge you can issue

bower register Font.js git://github.com/Pomax/Font.js

to register the package with bower central.

Pomax commented 11 years ago

interesting. I had not heard of bower before.

asbjornenge commented 11 years ago

Excellent!

bower install Font.js

Works like a charm! Big thanks :-)

Yeah, I just discovered it a few weeks ago myself. It's one of those things you never knew you needed but now can't live without. At least for me :-P I discovered it as part of a larger js tooling "package" http://yeoman.io/. Worth a look, but I ended up only sticking with bower, the other two make too many assumptions for my taste.