So I got RespondJS working with my CDN and stylesheets with the following code:
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<link href='https://d1unzhqf5a606m.cloudfront.net/respond-proxy.html' id='respond-proxy' rel='respond-proxy'>
<link href='/respondjs/respond.proxy.gif' id='respond-redirect' rel='respond-redirect'>
<script src='/respondjs/respond.proxy.js'></script>
<![endif]-->
However, it's error on a permission denied when it tries to grab FontAwesome from the CDN I'm using:
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
Is there a way to get RespondJS to ignore this stylesheet so I stop getting the errors? I'd really rather not put that CSS on my CDN.
You can see it in the wild on our site, Alarm Grid.