Skip to content

Instantly share code, notes, and snippets.

@founddrama
Created February 17, 2011 13:02
Show Gist options
  • Save founddrama/831688 to your computer and use it in GitHub Desktop.
Save founddrama/831688 to your computer and use it in GitHub Desktop.
Paraphrasing Zakas' proposed `scriptgroup` tag example.
<scriptgroup id="group1" ordered="true">
<script src="foo.js"></script>
<script src="bar.js"></script>
<script>
somethingInline();
</script>
</scriptgroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment