I have a site that uses require.js (www.easyzag.com). It is working great on chrome/FF but in IE it isn’t loading any of my script files.
I tried using the IE9 dev tools but couldn’t seem to find much. It enters the require file but once that is done running there are no other script files linked in the dev tools.
There are no errors or anything being printed to the console.
Any ideas on what i should check out or what i may be doing wrong?
IE 9 Has trouble with setting non-standard attributes. You do so here, in the header of your page:
You should place the tag in plain HTML in your header, with the
data-mainattribute specified.