opitzconsulting / jquery-mobile-angular-adapter

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

Build system: Remove Maven, use node-js and Travis-CI #98

Closed tbosch closed 11 years ago

tbosch commented 11 years ago

We are already using node-js for the concatenation and minification part. Travis-CI would be great to make it easier to contribute to the project.

mlegenhausen commented 11 years ago

How about testacular and grunt?

tbosch commented 11 years ago

Yes, that's a good idea!

mlegenhausen commented 11 years ago

This would make contributions easier. Do you have a migration branch? Maybe I can support you.

tbosch commented 11 years ago

Hi, not yet, sorry. But thanks, I will come back to you when I start this ticket!

Tobias

tbosch commented 11 years ago

Hi, here is a branch for doing this: https://github.com/tigbro/jquery-mobile-angular-adapter/tree/new_build_system

Would be great if you could try and create some pull requests for this. If you need help, please let me know!

Thanks, Tobias

mlegenhausen commented 11 years ago

Thanks Tobias, I will give you feedback when I find the time to work on it.