ember-cli-101-errata
ember-cli-101-errata copied to clipboard
Bill Murray addon and Articles Filtering
I've had a look at the latest version of your book and found it really useful for my Ember education. I've performed all the additional tasks as well and these are brilliant.
However, if you will, there are two which need addressing:
- The Haddon does not work correctly. I'd appreciate the "correct" workaround from you
- Some kind of separate repo containing the application code as it would look for those of us carrying out the extra tasks
It can be a bit frustrating and disrupts the momentum of going through the book.
I've skipped on to test Ember applications on Page 121 but don't like having these two unfinished.
Please help.
Thanks, for the feedback!
The Haddon does not work correctly. I'd appreciate the "correct" workaround from you
Which page is this ?
Some kind of separate repo containing the application code as it would look for those of us carrying out the extra tasks
This is a great idea! I've been a bit busy lately with personal stuff but I hope to put some time soon on all this stuff :)
Pgs 91 - 97. I had issue starting the server talking about missing dependencies when restarting the server after adding the ember-cli-bill-murray add-on and I've not been able to consume the add-on. Everything appears to generate okay (ember v 0.2.3)
Pg 120 is where the Task for article filter is.
If anyone gets stuck here too, this worked for me to get the add-on functional:
- in ember-cli-fill-murray/package.json make sure that 'ember-cli-handlebars: 0.X.X' is listed under 'dependencies' not 'devDependencies'.
- npm publish
- restart borrowers server
@toroseda
@EmilyMB With Handlebars being replaced for HTMLBars the line should say "ember-cli-htmlbars": "0.X.X"