I\'m developing an application which creates a HTML report at the end, it outputs the js and css files separately then loads the files normally. But Internet Explorer 8-10+
I was using Tomcat and JSP. I had to put : <%@page contentType="text/css" %> at the top of the CSS file and then tomcat serves it as a CSS mimetype.