anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Loading Bootstrap RC1 #56

Closed davidedicillo closed 11 years ago

davidedicillo commented 11 years ago

Is there a way to load RC1 instead of RC2 until the CSS are updated. The update is breaking some stuff so I need to temporary roll back to RC1 until I'm done fixing them.

yury commented 11 years ago

you can specify ref: '05c1923ce02c9d6c9320745c608476b62e437d96' in your gem file. (Remember to rm tmp/cache after bundle install)