Now my version of bootstrap css is v2.3.2 with the following gem
gem 'bootstrap-sass', '~> 2.3.2.1'
I tried updating it using the following configuration
gem 'bootstrap-sass', git: 'https://github.com/thomas-mcdonald/bootstrap-sass.git', branch: '3'
But after rebooting the server and the whole version remained
So I tried bundle exec rake convert
, maybe this could solve the problem
But he kept throwing
Don't know how to build task 'convert'
And does anyone know how to implement bootstrap v3 in my rails project?
source share