meta.js revision 65e7a38419598170b7db321f1e3cccc8275a8dcc
(function() {
BUILD = '/build/',
path: 'skin.css',
after: [ 'cssreset',
'cssfonts',
'cssreset-context',
'cssfonts-context' ] },
groups: {},
modules: { /* METAGEN */ },
patterns: {} },
ext: false,
combine: true,
patterns: { 'gallery-': {} }
};
combine: true,
// base: '/2in3/',
ext: false,
patterns: {
'yui2-': {
// var path = me.path;
// path = path.replace(/yui2-/g, '');
// path = path.replace(/core\//, '/');
// path = path.replace(/core-min/, '_core-min');
// path = path.replace(/^simple/, '');
// me.path = path;
// var path = me.path;
// path = path.replace(/\.js/, '.css');
// me.path = path;
// return false;
}
}
}
}
};
})();