kadirahq / fast-render

Render you app even before the DDP connection is live. - magic?
MIT License
560 stars 80 forks source link

fast render in [if lt IE 9] tag #170

Open acemtp opened 8 years ago

acemtp commented 8 years ago

I moved to meteor 1.3 and new npm package system and now when I look at the source of the html page, I see that all fast render script are inside a <!-- [if lt IE 9]> block.

I wonder if it's normal or not and if fast render will access its data correctly.

You can see it the source of this page: https://staging.talkus.io/plugin/Staging1AceXxxxxx

 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script type="text/inject-data">%7B%22fast-render-data%22%3A%7B%22collectionData%22%3A%7B%22apps%22%3A
...
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->