Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The html code like <!--[if lt IE 9]> is not renderable? #50

Open
djunhao opened this issue Dec 1, 2012 · 1 comment
Open

The html code like <!--[if lt IE 9]> is not renderable? #50

djunhao opened this issue Dec 1, 2012 · 1 comment

Comments

@djunhao
Copy link

djunhao commented Dec 1, 2012

I have some html template code like this:

<!--[if lt IE 9]>
    <script src="/assets/js/ie/html5.js"></script>
    <script src="/assets/js/ie/respond.min.js"></script>
    <![endif]-->

These codes is removed by SB. Is it right?

@djunhao
Copy link
Author

djunhao commented Mar 9, 2013

something like following:

  1. create a html template for layout decorator (such as called Layout.html);
  2. add the code like above to the deocorator html file (Layout.html);
  3. view the rendered decorated page like Home.html, and the code like above mentioned has been removed like other commented code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant