EJS precompiler for Browserify.
npm install ejs-renderify
If you're compiling your code from the command-line, include -t ejs-renderify
:
browserify -t ejs-renderify index.js -o bundle.js
From the API:
b.transform('ejs-renderify', { template: 1, variables: 2, here: 3 })