Skip to content

Instantly share code, notes, and snippets.

@fivetanley
Created July 25, 2012 15:46
Show Gist options
  • Select an option

  • Save fivetanley/3176883 to your computer and use it in GitHub Desktop.

Select an option

Save fivetanley/3176883 to your computer and use it in GitHub Desktop.
Requirejs sugar
define( function( require ) {
var dep1 = require( './dep1' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment