https://github.com/creativelive/rind-ejs-gulp
Gulp tasks to create clientside ejs functions from ejstpl
https://github.com/creativelive/rind-ejs-gulp
Last synced: about 1 month ago
JSON representation
Gulp tasks to create clientside ejs functions from ejstpl
- Host: GitHub
- URL: https://github.com/creativelive/rind-ejs-gulp
- Owner: creativelive
- License: mit
- Created: 2014-05-28T00:19:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T17:13:32.000Z (about 12 years ago)
- Last Synced: 2025-06-14T12:04:11.702Z (about 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rind-ejs-gulp [](https://travis-ci.org/creativelive/rind-ejs-gulp)
Gulp tasks to create clientside ejs functions from [ejstpl](https://github.com/diffsky/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));
```