Skip to content

Instantly share code, notes, and snippets.

@ericf
Forked from jshirley/app.js
Created May 23, 2012 16:19
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 ericf/2776187 to your computer and use it in GitHub Desktop.
Save ericf/2776187 to your computer and use it in GitHub Desktop.
var YUI = require('yui').YUI,
Y = YUI({useSync: true});
Y.use('parallel');
require('./second');
$ node app.js
Type of Y.Handlebars: undefined
var Y = require('yui/handlebars');
console.log('Type of Y.Handlebars: ' + typeof Y.Handlebars );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment