-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App from app template complains of mismatched ember-data and compiled templates #465
Comments
Thanks @IamNaN .
For temporary workaround, you can use release build of Ember.
|
This should be solved in barber. tchak/barber#43 |
This issue was fixed but not yet released.
This issues was fixed on [email protected]. |
At the risk of adding length to this issue, I want to thank you for the updates, work-around info, and generally keeping the ember-rails project going so well like this. Cheers. |
Trying to work through getting an ember-rails app working from scratch. Following the readme I run:
Since this is straight out-of-the-box generated app at this point, I'd expect to see app/assets/javascript/template/index.js.handlebars when I visit localhost:3000. However, it doesn't and the following javascript console has this error:
I'm pretty sure 1.11.0 is higher than 1.8.0.
Also, the last error regarding mismatched compiled templates seems separate.
The text was updated successfully, but these errors were encountered: