Rails 3.2-在生产模式下不显示jQuery-UI图像

问题描述 投票:0回答:1

我的applications.css看起来像:

 *= require_self
 *= require twitter/bootstrap
 *= require jquery_ui/jquery-ui-1.8.17.custom
 *= require_tree .

并将jQuery-UI图像放置在vendor/assets/stylesheets/jquery_ui/images

此设置对我的本地主机(开发模式)有效,但是当我将应用程序推送到heroku时, jQuery-UI的图像未显示,并且出现类似

http://my-url.com/assets/images/ui-bg_highlight-soft_100_eeeeee_1x100.png

还有什么,我必须允许从此文件夹中使用图像正确加载图像吗?

jquery image jquery-ui ruby-on-rails-3.2
1个回答
1
投票

尝试将图像放在images目录中。 但是也许您应该尝试使用已经为您完成此工作的jquery-ui-rails gem。

© www.soinside.com 2019 - 2024. All rights reserved.