Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 467 Bytes

rind-ejs-gulp

Gulp tasks to create clientside ejs functions from ejstpl

usage

'use strict';

var gulp = require('gulp');
var ejstpl = require('rind-ejs-tpl');

// see ejstpl for valid options
// by default, the ejstpl.js will be copied to the opts.output directory
gulp.task('ejs', ejstpl(gulp, opts));