Skip to content

Instantly share code, notes, and snippets.

@yubessy
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yubessy/b4dfc284ddf30b4bef00 to your computer and use it in GitHub Desktop.
Save yubessy/b4dfc284ddf30b4bef00 to your computer and use it in GitHub Desktop.
LESSやらSassやらを使わずにRailsにBootstrapを導入 ref: http://qiita.com/yubessy/items/d01a1e4ea54741331942
$ bundle install
$ rails g bootstrap:install static
$ rails g bootstrap:layout application
$ rails g bootstrap:themed <controller_name>
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git', :branch => 'bootstrap3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment