meta.js revision 14aa36f7704691338ad241a23d34151595694dbb
(function() {
META = {
skin: {
defaultSkin: 'sam',
path: 'skin.css',
//rollup: 3
},
modules: { /* METAGEN */ },
// Patterns are module definitions which will be added with
// the default options if a definition is not found. The
// assumption is that the module itself will be in the default
// location, and if there are any additional dependencies, they
// will have to be fetched with a second request. This could
// happen multiple times, each segment resulting in a new
// dependency list.
//
// types: regex, prefix, function
patterns: {
'gallery-': {
filter: {
'searchExp': VERSION,
'replaceStr': GALLERY_VERSION
}
},
// expand 'lang|module|lang'
'lang|': {
// Y.log('testing data: ' + data);
if (lang) {
if (!mod) {
// Y.log('action creating ' + packName);
}
}
}
}
}
}
};
})();