Skip to content

Instantly share code, notes, and snippets.

@ericf
Created March 27, 2010 06:16
Show Gist options
  • Select an option

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

Select an option

Save ericf/345768 to your computer and use it in GitHub Desktop.
YUI({
"base": "http://local.oddnut.com:8080/yui3/_v_3.1.0.pr2/",
"comboBase": "http://local.oddnut.com:8080/yui3/_v_3.1.0.pr2/_combo?",
"root": "",
"combine": true,
"groups": {
"utils": {
"base": "http://local.oddnut.com:8080/utils/",
"comboBase": "http://local.oddnut.com:8080/utils/_combo?",
"root": "",
"combine": true,
"modules": {
"markout": {
"type": "js",
"path": "markout/markout-min.js;piu9ksth771unik7hinhcrjn5",
"fullpath": "http://local.oddnut.com:8080/utils/markout/markout-min.js;piu9ksth771unik7hinhcrjn5",
"requires": ["dom-style", "node-base", "selector"],
"optional": []
},
"io-poller": {
"type": "js",
"path": "io-poller/io-poller-min.js;1de9nsiad5ghgoj5qmdbpnbmi1",
"fullpath": "http://local.oddnut.com:8080/utils/io-poller/io-poller-min.js;1de9nsiad5ghgoj5qmdbpnbmi1",
"requires": ["base-base", "io-base"],
"optional": []
},
"form-overlabels": {
"type": "js",
"path": "form-overlabels/form-overlabels-min.js;nvepusnktjoerj6o1d6ekipnl",
"fullpath": "http://local.oddnut.com:8080/utils/form-overlabels/form-overlabels-min.js;nvepusnktjoerj6o1d6ekipnl",
"requires": ["event-focus", "node-base", "node-event-delegate", "node-pluginhost", "plugin"],
"optional": []
}
}
},
"log": {
"base": "http://local.oddnut.com:8080/log/resources/",
"comboBase": "http://local.oddnut.com:8080/log/resources/_combo?",
"root": "",
"combine": true,
"modules": {
"logevent": {
"type": "js",
"path": "logevent/logevent-min.js;-14o4jc0qgi8uohjgt25fvolelc",
"fullpath": "http://local.oddnut.com:8080/log/resources/logevent/logevent-min.js;-14o4jc0qgi8uohjgt25fvolelc",
"requires": ["classnamemanager", "datatype-date", "markout"],
"optional": []
},
"view": {
"type": "js",
"path": "view/view-min.js;-j24eg0fn0955anpulapb3dv9s",
"fullpath": "http://local.oddnut.com:8080/log/resources/view/view-min.js;-j24eg0fn0955anpulapb3dv9s",
"requires": ["form-overlabels", "markout", "widget"],
"optional": []
},
"controlpanel": {
"type": "js",
"path": "controlpanel/controlpanel-min.js;-1g8krcmt58jmc60026gpqb5cd2",
"fullpath": "http://local.oddnut.com:8080/log/resources/controlpanel/controlpanel-min.js;-1g8krcmt58jmc60026gpqb5cd2",
"requires": ["view", "widget"],
"optional": []
},
"log": {
"type": "js",
"path": "log/log-min.js;-21sfd8mej9umv9l94td2u2rq5f",
"fullpath": "http://local.oddnut.com:8080/log/resources/log/log-min.js;-21sfd8mej9umv9l94td2u2rq5f",
"requires": ["logevent", "markout", "stylesheet", "view", "widget"],
"optional": []
},
"logismo": {
"type": "js",
"path": "logismo/logismo-min.js;-28reum2d4cerhc65rjlk41clcj",
"fullpath": "http://local.oddnut.com:8080/log/resources/logismo/logismo-min.js;-28reum2d4cerhc65rjlk41clcj",
"requires": ["base-base", "controlpanel", "cookie", "io-poller", "json-parse", "log", "view"],
"optional": []
}
}
}
},
"modules": {}
}).use('logismo', function(Y){
(new Y.Logismo.Window({
"eventsResourcePath": "events/"
}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment