Skip to content

Instantly share code, notes, and snippets.

@jshirley
Created May 23, 2012 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jshirley/2776102 to your computer and use it in GitHub Desktop.
Save jshirley/2776102 to your computer and use it in GitHub Desktop.
var YUI = require('yui').YUI,
Y = YUI();
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