I use text! the plugin with RequireJS and Firefox seems to hate my text templates. My code seems to work fine in Chrome and Safari. Here is the error I am getting.
Error: Load timeout for modules: text!templates/a.html_unnormalized2, text!templates/b.html_unnormalized3, text!templates/c.html_unnormalized4, // _unnormalized
First, what does the designation _nnormalized # mean? It seems to be appending to the file name for some of my templates, but not for all. However, all of my templates are indicated in the error message.
Looking at the Net Inspector, he seems to be loading the necessary template files.
source share