gpt4 book ai didi

css - Rails 4.1 和 Bootstrap 3 字形图标不工作

转载 作者:数据小太阳 更新时间:2023-10-29 07:10:40 25 4
gpt4 key购买 nike

我正在尝试消除使用 Bootstrap 3 的 Rails 4 元素中的 glyphicon 错误。我没有使用任何 Bootstrap gem 将其添加到 Assets 管道中。我手动将bootstrap.css和bootstrap.js添加到各自的app/assets目录下,分别添加到application.cssapplication.js什么的我现在在网络浏览器的控制台中看到以下内容:

GET http://localhost:3000/fonts/glyphicons-halflings-regular.woff 404 (Not Found) localhost/:1
GET http://localhost:3000/fonts/glyphicons-halflings-regular.ttf 404 (Not Found) localhost/:1
GET http://localhost:3000/fonts/glyphicons-halflings-regular.svg 404 (Not Found)

如何在 Ruby on Rails 应用程序中解决这个问题?我尝试将上述文件复制到 app/assets/fonts 并将其弹出到 application.rb 中:

config.assets.paths << "#{Rails}/app/assets/fonts"

运气不好。

最佳答案

上面提供的所有解决方案都是肮脏的黑客。解决此问题的正确方法是在 sass 文件中的 Bootstrap 之前包含“bootstrap-sprockets”:

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

关于css - Rails 4.1 和 Bootstrap 3 字形图标不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23914164/

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