Rails、Nivo Slider 和资产管道

发布于 2025-01-06 01:31:28 字数 149 浏览 0 评论 0原文

所以我有一个简单的 Rails 应用程序,我想在首页上显示一个图像旋转器。决定尝试 Nivo slider,这非常简单,只需将 JavaScript 和 CSS 放入相关资产文件夹中,但我现在的问题是如何处理主题目录中的图像和样式,以适应整体资产管道。现在它可以工作了,只是有点丑陋。

So I've got a simple rails app and I want to display an image rotator on the front page. Decidd to give Nivo slider a go, which was pretty simple to put the JavaScript and CSS in the relevant asset folders, but my question now is What to do with the images and styles that go in the theme directories, fitting in with the overall asset pipeline. Right now it works, it's just sort of ugly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡離愁欲言轉身 2025-01-13 01:31:28

您可以将文件夹添加到资产管道中,即

config/application

config.assets.paths << "#{Rails.root}/app/path_to_themes/themes/"

You can add the folders to the asset-pipeline, i.e.

config/application

config.assets.paths << "#{Rails.root}/app/path_to_themes/themes/"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文