Skip to content

Instantly share code, notes, and snippets.

@chrisgeo
chrisgeo / combo_yuiconf.js
Created December 22, 2010 15:03
comboloader yuiconfg
YUI_config = {
combine: true,
base: '/yui/',
root: 'yui/',
loadOptional: false,
comboBase: '/combo?',
//filter: 'debug',
groups: {
gallery: {
combine: true,
//set global YUI conf here because we are now hosting the files.
YUI_config = {
combine: false,
base: "/js/yui/",
loadOptional: false,
//filter: 'debug',
groups: {
gallery: {
base: '/js/gallery/',
combine: false,