buunguyen / combres

ASP.NET and MVC performance optimization library ⛺
Other
123 stars 36 forks source link

CSS: HTTP Content-Type Header "text/css; charset=utf-8" makes IE9 not load the CSS #24

Closed nicholashead closed 11 years ago

nicholashead commented 11 years ago

Because a charset is being specified on the content-type header, IE9 is refusing to load the CSS.

Need to either remove the "UTF-8" charset from the header globally, or only if IE9 is detected.

nicholashead commented 11 years ago

Nevermind. This was because of something else (specifically, more than 4095 selectors in a combined CSS set.)