我刚刚下载了WebStorm的试用版,并在其上试用了jQuery boilerplate demo。
如果我使用“在浏览器中打开页面”,所有内容都可以正常加载,我得到console.log("xD"
)就好了。但是,如果我尝试使用Chrome进行调试,我会得到:
Failed to load resource: the server responded with a status of 404 (Not Found) js\jquery.boilerplate.js:24
js\jquery.boilerplate.js:24
js\jquery.boilerplate.js:43
我在Chrome中安装了JetBrains插件,并且我已将调试器指向index.html文件。
谁能告诉我我在这里缺少什么?