Created
October 27, 2014 14:56
-
-
Save tnt501muzinjomane/dd558955624cb6d45fc2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Installation of twitter bootstrap | |
#On Gemfile | |
gem "therubyracer" | |
gem "less-rails" | |
gem "twitter-boostrap-rails" | |
#On the terminal | |
$bundle install | |
$rails g bootstrap:install less | |
#Generating application layouts | |
$rails g bootstrap:layout application fixed | |
#Generating object layout theme | |
$rails g bootstrap:themed posts | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment