Addy Osmani
Addy Osmani
Confirmed that we should rewrite that section to cover the changes introduced in November. Thank you for flagging this!
Could you share me a zip or repo with the current code you're trying to run using the example?
I think now would be the right time to move over to documenting how to use the Yeoman generator for the project instead. @SBoudrias, would you be interested in helping...
@SBoudrias I know that you've got your head down working on Yeoman core these days. Would it make sense to just update the tutorial on using `grunt-bbb` over to https://github.com/backbone-boilerplate/generator-bbb...
Agreed. Will keep this open and try to see if we can get a better CSS override for the Kindle build in place.
Confirmed. Thanks for looking into this. I'll work on getting this fixed.
Thanks. I'll check it out!. I generally make sure that I've spent time using a plugin before including but can certainly take a pass at it this weekend.
Thanks for the feedback. I'll come up with a more readable example. var TodoList = Backbone.Collection.extend({ model: Todo }); var todos = new TodoList; var item = todos.create({ title: "Buy...
Could you confirm if this is an issue in just the PDF/ePub generated here or in the O'Reilly version (purchased)?
@eugeneglova I've pushed fixes for this over into https://github.com/addyosmani/backbone-fundamentals/tree/merge-fix. Could you help double check that this update is okay? It's mostly the compiled ePub and index file we need to...