opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Bower #135

Open codalot opened 11 years ago

codalot commented 11 years ago

Hi, love the library does or will it be possible to use it in conjunction with the package manager bower (https://github.com/twitter/bower) inside their repository, there are quite a few angular project there and that could push the project to a wider audience and yeoman uses this too Thanks for your time

tbosch commented 11 years ago

Hello codalot, I haven't used bower yet, but as far as I understood this should be possible. Would you like to push the adapter into their repository or create a pull request so that the adapter works with bowser? This would be awesome!

Tobias

rodcloutier commented 11 years ago

I am currently looking to add Bower support. My current concern is that jquery mobile does not support Bower yet. I will also need to see how we could automatically setup a shim repository for jquery-mobile-angular-adapter.

tbosch commented 11 years ago

Hi, thanks! If you need help just let me know...

Tobias

tbosch commented 11 years ago

Hi, just found out that jquery-mobile now supports bower... Tobias

tbosch commented 11 years ago

Have to correct myself: jquery-moble is registered in the bower registry, but if you install it, you get a complete copy of their git repo, and especially no concatenated version :-(

tbosch commented 11 years ago

Hi, until jquey mobile provides a correct component.json file, we could include it in the main files of the adapter. Bower would also be great for managing the dependencies of the adapter, i.e. angular, jquery, uitest.js.

Tobias