Closed ryoe closed 10 years ago
In addition to the bower.json
change in commit f08e052, I ran into a couple of other issues while getting the app to run locally. Hopefully, these are just a case of me not knowing what I'm doing.
First, I had an issue with bower install
resolving Ember. I chose option 1:
Also, I had to rename vendor/ember/index.js
to vendor/ember/ember.js
to get things to run.
After these changes, I was able to run canary-ember locally.
Thanks for the PR! I'll give this a good pass through later tonight. I had run into the ember.js
/index.js
thing before too, and I thought I had set up the repo to avoid that problem. I'll have to go back and see what I did. The thing with bower.json
is weird. I wonder why it was resolving for me...
I'd thought I add README to document the initial steps required to get canary-ember running on my local machine.