Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created January 31, 2012 03:30
Show Gist options
  • Select an option

  • Save Iheartweb/1708571 to your computer and use it in GitHub Desktop.

Select an option

Save Iheartweb/1708571 to your computer and use it in GitHub Desktop.
Getting Started with Lu :: Scripts
<!-- 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