Skip to content

Instantly share code, notes, and snippets.

@caridy
Created June 23, 2010 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caridy/450667 to your computer and use it in GitHub Desktop.
Save caridy/450667 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>test</title>
</head>
<body>
<!-- YUI 3 Seed //-->
<script type="text/javascript" src="../../../yui3/build/yui/yui-debug.js"></script>
<!-- Initialization process //-->
<script>
YUI({filter: 'debug', base: 'http://yui.yahooapis.com/combo?3.1.1/build/', combine: true}).use('node', function(Y) {
Y.log (1);
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment