导入bootstrap

时间:2018-05-25 10:03:06

标签: ruby-on-rails

我用'rails new'搭建了一款新应用

并将bootstrap gem gem 'bootstrap'添加到Gemfile

gem install bootstrap& bundle install

@import 'bootstrap'添加到application.scss

现在我收到此错误

enter image description here

我安装了nodeJs 8

编辑:html文件中的第8行

 <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload' %>

我试过把它变成appaition.scss,没有运气

1 个答案:

答案 0 :(得分:0)

使用

gem 'execjs'

而不是

gem 'ducktape'

因为JavaScript运行时似乎解决了它。我不知道为什么虽然