Reputation: 632
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
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