Skip to content

Instantly share code, notes, and snippets.

@jhs
Created December 20, 2011 03:03
Show Gist options
  • Save jhs/1500038 to your computer and use it in GitHub Desktop.
Save jhs/1500038 to your computer and use it in GitHub Desktop.
User's Kanso project
<script type="text/javascript" src="modules.js"></script>
<script type="text/javascript">
var YUI = require('yui');
var $ = require('jquery')
$(document).ready(function() {
YUI.i.dont.know.the.YUI.API()
YUI.do_stuff()
})
</script>
{ "name": "my-project",
"description": "My project uses client-side YUI so Kanso should provide that",
"dependencies": { "yui": "3.x",
"jquery": "1.7.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment