gulp-vdt

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-vdt

Weekly Downloads

6

Version

1.0.0

License

none

Unpacked Size

2.2 kB

Total Files

3

Last publish

Collaborators

  • javey