Rails、Nivo Slider 和资产管道
所以我有一个简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将文件夹添加到资产管道中,即
config/application
You can add the folders to the asset-pipeline, i.e.
config/application