GarethElms / BackboneJSModalView

I needed to use a Backbone.js view in a modal dialog. So I wrote a view base class that gives you a showModal() function
http://www.garethelms.org/2011/12/backbone-js-modal-dialog/
MIT License
63 stars 36 forks source link

bower support #3

Open petershaw opened 11 years ago

petershaw commented 11 years ago

Hey, it would ne nice if you implement bower support. (http://bower.io). Than it would be possible to integrate your nice addone within the same tools as backbone itself.

Thanx a lot.

GarethElms commented 11 years ago

Hi Peter, is bower support just a matter of including your bower.json file?

https://github.com/petershaw/backbone-jsmodalview/commit/e1747bb7d41b61a2dec488203acf67a2fa9a4fd9

petershaw commented 11 years ago

Including the file and register it with the command line tool, yes!