escalant3 / ember-data-tastypie-adapter

An adapter to connect django applications powered by django-tastypie with ember.js apps
MIT License
102 stars 26 forks source link

Update build system to Broccoli #41

Closed pedrokiefer closed 9 years ago

pedrokiefer commented 9 years ago

Updating the build systems to make it more similar to what ember-data is using right now and more inline with ES6.

This also make it easier to keep the adapter working with newer versions of ember-data, as you can simply update the version by changing the bower.json file.

escalant3 commented 9 years ago

This is amazing Pedro!! Thank you so much. It's so good to say goodbye to Ruby :)

pedrokiefer commented 9 years ago

I'm glad you liked :)

Oh, I forgot to update the README.md, will do that and open another PR.