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

Add ability to add conditional comments to not include SVG for IE8 and lower browsers. #97

Open
augbog opened this issue Apr 22, 2015 · 0 comments

Comments

@augbog
Copy link

augbog commented Apr 22, 2015

SVG isn't supported in IE8 and it would be nice if there was a way I could have it so that my generated SVG sprites would auto-include conditional comments so they aren't included into IE8 pages.

<!--[if (gt IE 8)|!(IE)]><!--><svg>
    ...    
</svg><!--<![endif]-->

Not sure if there is a better route about going about this or if there is a way to customize the template that comes out of grunt-svgstore.

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