Ruby on Rails error “cannot load such file — less”

后端 未结 5 1685
自闭症患者
自闭症患者 2020-12-13 08:53

I am fairly new to ruby on rails, I have been trying to use twitter-bootstrap as an asset, so I have included it in my Gemfile, bundled and it inst

5条回答
  •  眼角桃花
    2020-12-13 09:28

    I guess you are using sass instead of LESS.

    Have you tried the twitter-bootstrap-rails gem?

    gem "therubyracer"
    gem "less-rails"
    gem "twitter-bootstrap-rails"
    

    https://github.com/seyhunak/twitter-bootstrap-rails

提交回复
热议问题