Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Using a suffix breaks steal in IE

$
0
0
I am running into this exact problem. 

When the suffix is present in development mode, IE is broken and will not load.

Once removed, it loads.

Here is what I have in my HTML app loading file:
  1. <script type='text/javascript'>
        (function() {

            steal = {
                suffix: 'REVISION',
                executed: ['cloudarray/production.css']
            }
        })();
    </script>

Any help would be appreciated.

Viewing all articles
Browse latest Browse all 3491

Trending Articles