node-hbsfy
node-hbsfy copied to clipboard
Require hook (server side node).
It would be cool to have a require hook built into this (similar to babel, coffee-script, etc). So that we could do:
require("hbsfy/register");
var myTemplate = require("./index.hbs");
There is already the example for "mocha hbs" but having this built in would help. This is useful for apps that use handlebars isomorphically.
I like this idea, any chance you'd be willing to implement it?