Closed ezmiller closed 10 years ago
What if I do not need every part of twitter bootstrap for my project? Is there a way to choose which parts of bootstrap are imported?
For the bootstrap javascript you can require the individual files instead of requiring bootstrap-all.
See here: https://github.com/vwall/compass-twitter-bootstrap/blob/master/vendor/assets/javascripts/bootstrap-all.js
Okay thank you for the speedy response!
What if I do not need every part of twitter bootstrap for my project? Is there a way to choose which parts of bootstrap are imported?