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

Ruby Build a Simple Ruby on Rails Application Deploying Deploying Treebook to Heroku

When i push to heroku none of my CSS styles are present on the app. It's quite funny yet very annoying

My heroku is online but none of its markup is styled? why is this?

2 Answers

David Moore
David Moore
13,916 Points

Have you precompiled your assets? In not, run in the terminal:

RAILS_ENV=production bundle exec rake assets:precompile

don't worry i figured it out a minute after i posted this but thanks!