我正在使用文本!RequireJS 和 Firefox 的插件似乎讨厌我的文本模板。我的代码似乎在 Chrome 和 Safari 中运行良好。这是我得到的错误。
Error: Load timeout for modules: text!templates/a.html_unnormalized2,
text!templates/b.html_unnormalized3,
text!templates/c.html_unnormalized4, // _unnormalized# <- What is this?
...
text!templates/n.html, // I don't see _unnormalized here... why?
text!templates/o.html,
text!templates/p.html,
...
http://requirejs.org/docs/errors.html#timeout
首先,_unnormalized# 是什么意思?它似乎将自己附加到我的一些模板的文件名中,但不是全部。但是,我的所有模板都列在错误消息中。
查看网络检查器,它似乎正在下载必要的模板文件。