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 trialrhkrys
6,500 PointsBootstrap didn't load
Hi I'm trying to setup the bootstrap css files on my test system. I'm using the virtual box. Even though the files are loaded, the bootstrap css files are not included in the webpage output.
How do I get bootstrap css and js to display?
1 Answer
Michael Williams
8,074 PointsDownload Boostrap at http://getbootstrap.com then add the files in your assets folder which is located in app/assets. You need to add
bootstrap.css to stylesheets bootstrap.js to javasrcipt
and all the glyph-icons to your images folder
let me know if you still need help. :)