3.0.0.0.rc - finally
This commit is contained in:
Родитель
dc1022ef2c
Коммит
e551ce0a8f
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче