Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember.js Data. What .js files(libraries) to include?

Tags:

ember.js

I really want to try ember-data with ember.js. Looking at the ember-data project here, https://github.com/emberjs/data/tree/master/packages/ember-data/lib I a not very sure all the .js files that I need to pick. I believe main.js is ember.js itself. Not sure of the rest?

If you know any samples that use ember-data please point me there as well.

Edit 1: I am looking to pull the edge version.

Thanks!

like image 207
thanikkal Avatar asked Dec 07 '22 16:12

thanikkal


1 Answers

If you want to use the edge version, you have to pull down the whole git repo, cd into it, and run the rake task to compile them. if you do a rake -t it will give you the exact task name.

like image 180
jasonpgignac Avatar answered Jan 12 '23 00:01

jasonpgignac