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

Can/Should Bootstrap be installed on the web server?

I'm unclear about where to install Bootstrap in a live environment. I've always preferred to not use outside sources (i.e., the Bootstrap CDN) whenever possible.

So if I'm ready to go live with a site that uses Bootstrap, is it installed and made available on the same web server as my site(s).

1 Answer

Jamie Reardon
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jamie Reardon
Treehouse Project Reviewer

Hi kirkls , another alternative to using CDN links or just linking to the files (css/js) in your HTML would be to just include the files alongside your own website files directly to your web server. See the download page.

Thank you, Jamie!