combo_local.html revision 38ede344a04d04daedd560a485bd38f50e4c0a71
<!DOCTYPE html>
<html>
<head></head>
<body>
<script src="/build/yui/yui.js"></script>
<script src="/build/loader/loader.js"></script>
<script>
YUI({combine: true}).use('node-base', function (Y) {
console.log('hello');
});
</script>
</body>
</html>
</script>
</body>
</html>