Skip to content

Instantly share code, notes, and snippets.

@fabioyamate
Last active October 5, 2015 18:58
Show Gist options
  • Save fabioyamate/2858919 to your computer and use it in GitHub Desktop.
Save fabioyamate/2858919 to your computer and use it in GitHub Desktop.
YUI snippet to start working
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YUI Snippet</title>
<link rel="stylesheet" href="http://rawgithub.com/necolas/normalize.css/master/normalize.css">
<script src="http://rawgithub.com/LeaVerou/prefixfree/gh-pages/prefixfree.min.js"></script>
</head>
<body>
<div id="container"></div>
<script id="t-some-template" type="text/x-handlebars-template">
</script>
<script src="http://yui.yahooapis.com/3.9.1/build/yui/yui-min.js"></script>
<script>
YUI.add('module', function(Y) {
}, '1.0.0', { requires: [] });
YUI().use('modules', function (Y) {
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment