Created
December 20, 2011 03:03
-
-
Save jhs/1500038 to your computer and use it in GitHub Desktop.
User's Kanso project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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