Reputation: 128
I am following along a textbook ("Developing Backbone.js Applications" by Addy Osmani, who runs his own GitHub account) to build my first Backbone.js app, and it seems that I can't download two of the files that I need for the app, base.css and bg.png, from his repositories. Like, when I even try to type up the repository that has base.css, I am bought to a GitHub themed page indicating a 404 error.
Could you please help me find the files I need for this app?
Upvotes: 0
Views: 107
Reputation: 401
You may have come across an older version of the book, as it seems that the links have been fixed now. These links will work:
These are common styles from a site called TodoMVC, so any copy of the CSS or bg.png you might have found should work fine.
Upvotes: 1