Skip to content

Instantly share code, notes, and snippets.

@munro
Created February 21, 2013 00:59
Show Gist options
  • Save munro/5001073 to your computer and use it in GitHub Desktop.
Save munro/5001073 to your computer and use it in GitHub Desktop.
bundle.register('.html', function (body, path) {
return 'module.exports = Handlebars.template(' + handlebars.precompile(
fs.readFileSync(path, 'utf8')
) + ');';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment