Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Zuckerberg
22,248 Pointsremoved
removed
3 Answers
Iain Simmons
Treehouse Moderator 32,305 PointsSometimes it helps to create a new Workspace and use the specific stage/step of the course as the 'template' to give you the files you need. You should have an option to use a workspace other than the one you've been using in previous steps/stages.
Maciej Czuchnowski
36,441 PointsWait...what doesn't match? This is the 4th course in the series, I've been following along in proper order and eveyrthing matches at this point.
alborz
Full Stack JavaScript Techdegree Graduate 30,885 PointsMaciej Czuchnowski I'm getting a "Sprockets::FileNotFound in TodoLists#index" error after rendering the browser following the CSS updates.
It says: "couldn't find file 'logo-odot.svg'."
I don't see this file in the images directory in the app. Is there any way around this?
Maciej Czuchnowski
36,441 PointsIf you're missing any files, you can get them from my repo: https://github.com/mczuchnowski/odot/tree/master/app/assets/images
I can't remember where they are in the videos.
alborz
Full Stack JavaScript Techdegree Graduate 30,885 PointsAwesome! This worked. Thanks again!