gulp-vdt
v1.0.0
Published
a plugin of gulp for compiling vdt template
Downloads
6
Readme
gulp-vdt
A plugin of gulp for compiling vdt template.
Usage
var gulp = require('gulp'),
vdt = require('gulp-vdt');
gulp.task('build', function() {
return gulp.src('tpl/**/*.vdt')
.pipe(vdt())
.pipe(gulp.dest('tpl'));
});
vdt([options])
options.delimiters = ['{', '}']
Sepcify the delimiters of vdt.options.moduleName = 'intact'
Sepcify the module that imports helpers from