This commit is contained in:
Thomas McDonald 2013-10-23 20:19:54 +01:00
Родитель dc1022ef2c
Коммит e551ce0a8f
2 изменённых файлов: 3 добавлений и 11 удалений

Просмотреть файл

@ -16,15 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s
```ruby
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
gem 'bootstrap-sass', '~> 2.3.2.1'
```
If you would like to use the beta Bootstrap 3 version of bootstrap-sass, use the master branch:
```ruby
# Experimental Bootstrap 3.0 beta -- use at your own risk.
gem 'sass-rails', '>= 3.2'
gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
gem 'bootstrap-sass', '~> 3.0.0.0.rc'
```
`bundle install` and restart your server to make the files available through the pipeline.
@ -33,7 +25,7 @@ gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
Install the gem
```console
gem install bootstrap-sass
gem install bootstrap-sass --pre
```
If you have an existing Compass project:

Просмотреть файл

@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.0.0.0'
VERSION = '3.0.0.0.rc'
BOOTSTRAP_SHA = 'e8a1df5f060bf7e6631554648e0abde150aedbe4'
end