I\'m trying to work with requirejs and text plugin and I have weird problem.
I have two web servers:
I ran into the same problem and the fix was to make sure the main.js file was loaded from the same domain as the *.htm files. When they differed, require would append the .js to the html files, resulting in 404s.