gallerylocal.html revision 0832075ef1a4a830b59807c18eeb553d0c064614
<html debug="true">
<head>
<title>use('gallery-')</title>
YUI({
filter: 'debug',
groups: {
gallery: {
base: '/yui3-gallery/build/',
patterns: { 'gallery-': {} }
}
}
}).use('node', 'base', 'gallery-port', 'gallery-treeview', function(Y) {
console.log('BASE: ' + Y.Base);
console.log('tv: ' + Y.apm.TreeView);
});
</script>
<body>
</body>
</html>