Created
January 31, 2012 03:30
-
-
Save Iheartweb/1708571 to your computer and use it in GitHub Desktop.
Getting Started with Lu :: Scripts
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
| <!-- Utilities/Helper --> | |
| <script src="/path_to_your/underscore.js"></script> | |
| <!-- CommonJS Loader --> | |
| <script src="/path_to_your/inject.js"></script> | |
| <!-- UI/DOM --> | |
| <script src="/path_to_your/jquery-1.7.js"></script> | |
| <!-- Configuration --> | |
| <script src="/path_to_your/lu-config.js"></script> | |
| <!-- Note: Both Underscore and jQuery are CommonJS compliant. Alternatively, they can be loaded with Inject. --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment