0.0.1 • Published 11 years ago
ejs-renderify v0.0.1
ejs-renderify
EJS precompiler for Browserify.
Installation
npm install ejs-renderifyUsage
If you're compiling your code from the command-line, include -t ejs-renderify:
browserify -t ejs-renderify index.js -o bundle.jsFrom the API:
b.transform('ejs-renderify', { template: 1, variables: 2, here: 3 })0.0.1
11 years ago