vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Customzied bootstrap for compass? #134

Closed ezmiller closed 10 years ago

ezmiller commented 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?

thetizzo commented 10 years ago

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

ezmiller commented 10 years ago

Okay thank you for the speedy response!