gpt4 book ai didi

css - 使用 Rails 安装 Bootstrap

转载 作者:行者123 更新时间:2023-11-28 11:32:24 25 4
gpt4 key购买 nike

我已将以下内容添加到 Gemfile:

gem 'bootstrap-sass'

我将其添加到 assets/stylesheets/application.css.scss(重命名为 .scss):

 @import "bootstrap-sprockets";
@import "bootstrap";

然后我运行了bundle install

我添加了这个 Controller :rails g controller firstpage index。当我访问 localhost:3000/firstpage/index 时,我得到这个错误:

Showing /Users/myuser/Projects/test5/app/views/layouts/application.html.erb where line #5 raised:

File to import not found or unreadable: bootstrap-sprockets.

@import "bootstrap-sprockets";
@import "bootstrap";

谁知道我做错了什么?

最佳答案

确保在捆绑安装时重新启动服务器。此外,在使用导入时删除 *= require_self*= require_tree .

关于css - 使用 Rails 安装 Bootstrap ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34243349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com