RedRory
RedRory

Reputation: 632

What's the difference with installing Bootstrap via the CDN or using the bootstrap rails gem?

Just adding the CDN link seems so much easier, I have a good feeling that I'm missing the benefits that the bootstrap rails (sass) gems provides

Upvotes: 3

Views: 1055

Answers (1)

manojlds
manojlds

Reputation: 301137

The CDN only serves CSS. With the gem you get SASS source of Bootstrap, and you can tweak the variables and do other customizations from your sass files.

Upvotes: 3

Related Questions