Skip to content

Instantly share code, notes, and snippets.

@davglass
Created March 18, 2011 21:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davglass/876882 to your computer and use it in GitHub Desktop.
Save davglass/876882 to your computer and use it in GitHub Desktop.
var fs = require('fs');
var str = fs.readFileSync('./test.html', encoding='utf8');
YUI().use('node', function(Y) {
Y.config.doc.innerHTML = str;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment