envone / ember-runner

EmberJS preview and build tool for Node.JS
MIT License
50 stars 6 forks source link

upgrade ember.js to 0.9.7.1 #33

Closed wmacgyver closed 12 years ago

wmacgyver commented 12 years ago

I realized the changes from 0.9.7 to 0.9.7.1 is pretty minor...

https://github.com/emberjs/ember.js/blob/master/CHANGELOG

still seem like a good idea to use the latest version.

juan77 commented 12 years ago

Hi, thanks for the post, you mean about that i’m missing some packages in the distribution of ember.js?

wmacgyver commented 12 years ago

actually it was my bad. I misunderstood how ember-runner should be used. I thought ember-runner automatically pull in ember.js, I missed that step in the tutorial where you have to do

"git submodule add https://github.com/emberjs/ember.js.git vendors/ember.js"

to pull it manually.

envone commented 12 years ago

exactly, we need to pull to retrieve ember, you can also do a quick way that doesn;t need to pull, and use the distributions directly. I will update the readme.md stay tuned.