Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created September 21, 2012 22:08
Show Gist options
  • Save deedubs/3764223 to your computer and use it in GitHub Desktop.
Save deedubs/3764223 to your computer and use it in GitHub Desktop.
bundle.register('.jade', function (body) {
var options = {"client": true, "compileDebug": false};
body = "module.exports = " + jade.compile(body, options).toString() +";";
return body;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment