admin管理员组文章数量:1346036
I have a wordpress install and am working on building out a custom theme. But for some reason I keep getting a console 404 error saying that the [path to file]/waves.min.js.map is not found. I do not have a waves.js.map file nor do I kno what a .js.map file is.
The effect is still working and I am not having any issues related to the file. Can anyone tell me what would cause a .js.map or what it is or even how to make one?
I have a wordpress install and am working on building out a custom theme. But for some reason I keep getting a console 404 error saying that the [path to file]/waves.min.js.map is not found. I do not have a waves.js.map file nor do I kno what a .js.map file is.
The effect is still working and I am not having any issues related to the file. Can anyone tell me what would cause a .js.map or what it is or even how to make one?
Share Improve this question asked Aug 10, 2014 at 2:21 Grady DGrady D 2,0399 gold badges33 silver badges63 bronze badges 1- If you check the console you can see the line where the script is in the HTML. With that information you can check the theme's files or the plugins you might be using. – Tomás Cot Commented Aug 10, 2014 at 2:30
1 Answer
Reset to default 8This file is known as source maps you can read more about it here, you can disable this behavior by removing line //@ sourceMappingURL=PATH_TO_waves.js.map
from waves.js if waves.js doesn't e with this file.
本文标签: javascriptCan not find jsmap fileStack Overflow
版权声明:本文标题:javascript - Can not find js.map file? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743820759a2544743.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论