Skip to content

Instantly share code, notes, and snippets.

@ericf
Created March 22, 2010 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericf/340614 to your computer and use it in GitHub Desktop.
Save ericf/340614 to your computer and use it in GitHub Desktop.
YUI({
groups : {
utils : {
base : 'base/path/',
comboBase : 'combo/base/path/',
root : '',
combine : true,
modules : {
"mymodule" : {
path : 'mymodule/mymodule-min.js',
requires : ['node']
},
"othermodule" : {
path : 'othermodule/othermodule-min.js',
requires : ['base']
}
}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment