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 trial

CSS The Rails Asset Pipeline and Styling Styling a Header Style the Header

removed

removed

3 Answers

Sometimes 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.

Wait...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.

Maciej 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?

If 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.

Awesome! This worked. Thanks again!