We have a Rails 2.3 app with SASS and want to use Twitter Bootstrap. We use Jammit to package our JavaScript and CSS (after being generated by Compass).
Is there an easy way (or instructions) on how to integrate the Twitter Bootstrap (and LESS) with an app like ours? I can only seem to find examples with Rails 3.x asset pipeline...