the “bootstrap-sass” doesn't work with rails 3.2.2

前端 未结 4 888
不思量自难忘°
不思量自难忘° 2021-02-06 19:39

I create a new rails project,and add

gem \'bootstrap-sass\'

to my Gemfile, then I run bundle install and every things going good.

4条回答
  •  一整个雨季
    2021-02-06 20:33

    https://github.com/rails/sass-rails needs to be there in your Gemfile.

    gem 'sass-rails', '~> 3.1'
    gem 'bootstrap-sass', '~> 2.0.1'
    

提交回复
热议问题