gpt4 book ai didi

javascript -/assets 404 上的 javascript_include_tag

转载 作者:行者123 更新时间:2023-11-30 06:35:41 25 4
gpt4 key购买 nike

在我看来:

 <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<%= javascript_include_tag "modernizr" %>

检查元素:

 <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
(ERROR IN RED):GET http://my-server.dev/assets/ 404 (Not Found)
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<script src="/assets/modernizr.js?body=1" type="text/javascript"></script>

我可以毫无问题地使用 stylesheet_link_tag。为什么 javascript 标记得到 404?

最佳答案

这取决于您的应用程序/ Assets 、库/ Assets 或 vendor/ Assets 的位置。如有疑问,请指定浏览器应查找的完整路径。

引用:http://guides.rubyonrails.org/layouts_and_rendering.html

关于javascript -/assets 404 上的 javascript_include_tag,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14722018/

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