Created
June 8, 2010 19:27
-
-
Save srobbin/430515 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- Typical script include --> | |
<script src="/_scripts/file1.js"></script> | |
<script src="/_scripts/file2.js"></script> | |
<script src="/_scripts/file2.js"></script> | |
<!-- Using Minify, it becomes this --> | |
<!-- http://code.google.com/p/minify/ --> | |
<script src="/_min/b=_scripts&f=file1.js,file2.js,file.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment