Skip to content

Instantly share code, notes, and snippets.

@ericf
Created March 2, 2011 18:49
Show Gist options
  • Select an option

  • Save ericf/851460 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/851460 to your computer and use it in GitHub Desktop.
YUI({
"base" : "http://tiptheweb.org/yui3/_v_3.3.0.PR3/",
"comboBase" : "http://tiptheweb.org/combo/?",
"root" : "yui3/_v_3.3.0.PR3/",
"combine" : true,
"loadOptional" : false,
"allowRollup" : false,
"groups" : {
"utils" : {
"base" : "http://tiptheweb.org/utils/yui3-utils/",
"combine" : true,
"comboBase" : "http://tiptheweb.org/combo/?",
"root" : "utils/yui3-utils/",
"modules" : {
}
},
"ttw" :{
"base" : "http://tiptheweb.org/resources/",
"combine" : true,
"comboBase" : "http://tiptheweb.org/combo/?",
"root" : "res/",
"modules" : {
}
}
}
}).use('…');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment