Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Created April 28, 2014 18:03
Show Gist options
  • Save allanbatista/11379445 to your computer and use it in GitHub Desktop.
Save allanbatista/11379445 to your computer and use it in GitHub Desktop.
utilizacao de scripts para browsers modernos e browsers antigos no grunt.
<!-- build:js({app,.tmp}) scripts/capacete-old.js -->
<!--[if lt IE 9]>
<script src="scripts/para/ie8/ou/menor"></script>
<![endif]-->
<!-- endbuild -->
<!--[if gt IE 8]><!-->
<!-- build:js({app,.tmp}) scripts/capacete.js -->
<script src="scripts/para/browsers/modernos"></script>
<!-- endbuild -->
<!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment