Jquery Min.Map文件出错500

时间:2013-10-06 12:09:09

标签: javascript php jquery html twitter-bootstrap

GET http://domain.com/assets/js/jquery-1.10.2.min.map 500 (Internal Server Error) 

知道这个错误有什么问题吗?我似乎无法在/ var / log / error

中看到日志文件中的任何错误

我已加载这些文件

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="{{ asset('assets/js/bootstrap.min.js')}}"></script>
<script src="{{ asset('assets/js/jquery.js')}}"></script>

1 个答案:

答案 0 :(得分:1)

您可以从jquery网站http://jquery.com/download/下载地图(这里是1.10.2地图http://code.jquery.com/jquery-1.10.2.min.map的链接)。将它放在保存jQuery缩小版本的同一目录中。

您可以在此处详细了解源地图http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/