Created
July 11, 2012 15:15
-
-
Save incompl/3091064 to your computer and use it in GitHub Desktop.
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
<head> | |
... | |
<!-- source files for development --> | |
<!-- <script src="src/setup.js"></script> --> | |
<!-- <script src="src/player.js"></script> --> | |
<!-- <script src="src/enemy.js"></script> --> | |
<!-- <script src="src/bullet.js"></script> --> | |
<!-- <script src="src/explosion.js"></script> --> | |
<!-- concatenated / minified source for production --> | |
<script src="production/app.js"></script> | |
... | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment