Created
February 17, 2011 13:02
-
-
Save founddrama/831688 to your computer and use it in GitHub Desktop.
Paraphrasing Zakas' proposed `scriptgroup` tag example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
Source: http://www.nczonline.net/blog/2010/12/21/thoughts-on-script-loaders/
@see
http://blog.founddrama.net/2010/12/zakas-thoughts-on-script-loaders/