Skip to content

Instantly share code, notes, and snippets.

@hrkd
Created May 21, 2013 09:50
Show Gist options
  • Save hrkd/5618671 to your computer and use it in GitHub Desktop.
Save hrkd/5618671 to your computer and use it in GitHub Desktop.
require.config({
baseUrl:"js",
paths:{}
});
require(
//import module
[
"src/a",
"src/b",
"lib/jquery.min"
],
//init function
function(){
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment