gallerylocal.html revision 0832075ef1a4a830b59807c18eeb553d0c064614
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html debug="true">
<head>
<title>use('gallery-')</title>
<script src="/build/yui/yui-debug.js" type="text/javascript" charset="utf-8"></script>
<script src="/build/dump/dump-debug.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
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>