meta.js revision 195a4bf7cdda8d9e9160912bd7d3b97726194eeb
/**
* The YUI loader core
* @module loader
* @submodule loader-base
*/
(function() {
// CONFIG = Y.config,
BUILD = '/build/',
GALLERY_VERSION = 'gallery-2010.09.15-18-40',
// GALLERY_ROOT = GALLERY_VERSION + BUILD,
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.8.1',
// YUI2_ROOT = TNT + '.' + TNT_VERSION + '/' + YUI2_VERSION + BUILD,
path: 'skin.css',
after: [ 'cssreset',
'cssfonts',
'cssgrids',
'cssbase',
'cssreset-context',
'cssfonts-context' ] },
groups: {},
// modules: { / METAGEN / },
patterns: {} },
},
galleryUpdate = function(tag) {
};
// base: CDN_BASE + GALLERY_ROOT,
ext: false,
combine: true,
// root: GALLERY_ROOT,
patterns: { 'gallery-': { },
};
// base: CDN_BASE + YUI2_ROOT,
combine: true,
ext: false,
// root: YUI2_ROOT,
patterns: {
'yui2-': {
// this makes skins in builds earlier than 2.6.0 work as long as combine is false
}
}
}
}
};
yui2Update();
}());
}