I am having some problems getting the RequireJS text plugin to work. This is possibly a path related issue (or something similarly obvious) but I can't solve it because neither the chrome console (with xhr turned on) nor firebug is giving me any info other than
Uncaught Error: Load timeout for modules: text http://requirejs.org/docs/errors.html#timeout
I am quite sure that the paths are OK but I cant find any other explanation. Does somebody have an idea how to debug this?
I am using node.js and express on the server side and backbone and jQuery on the client end. All of these get loaded correctly with RequireJS.