internet explorer 8 - Respond.js (IE8, Bootstrap 3) works on localhost, but not in production -
I have browsed here through all other IE8 / Respond.js questions, but there is no luck yet.
When I test on the local host in IE8 emulator, I get the same error as the output, but still answer it. First we see a broken page for another, then the bootstrap grid comes into place and everything is fine. However, it remains broken in production.
I come from the error-proxy.html file, line 46 (AJAX): Permission denied
What this is for me is the base HTML file:
< Code> & lt ;! - HTML5 Symbian and Response.js HTML5 Elements and IE8 support for media queries - & gt; & Lt ;! - Warning: If you see the file through the file: Respond.js does not work: // - & gt; & Lt ;! - [If LT IE 9] & gt; & Lt; Script src = "https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" & gt; & Lt; / Script & gt; & Lt; Script src = "https://oss.maxcdn.com/respond/1.4.2/respond.min.js" & gt; & Lt; / Script & gt; {# & Lt ;! - Answer-js proxy on external server - & gt; #} & Lt; Link href = "https://maxcdn.bootstrapcdn.com/respond-proxy.html" id = "response-proxy" rel = "feedback-proxy" /> {# & Lt ;! - Redirect Respond.js to the local server - & gt; #} & Lt; Link href = "{static" img / response.proxy.gif "%}" id = "reply-redirect" rel = "feedback-redirect" /> {# & Lt ;! - Proxy script on local server - & gt; #} & Lt; Script src = "{% static" js / response.proxy.js "%}" & gt; & Lt; / Script & gt; & Lt; [Endif] - & gt;
I have tried to move it around (end of head, end of body etc.) but nothing is working in production. We host our static files on the CloudFront. We have copied the CORS config here:
I also tried to copy feedback-proxy.html to a file hosted with our static files, but still received the "Permission denied" error Of Edit: I have also tried some options like css3-mediaqueries-js, but it is not working at all.
/ Div>
Comments
Post a Comment