1.0.0 • Published 8 years ago

gulp-jst_compiler v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

gulp-jst_compiler

A JST compiler plugin for Gulp

Build Status

Install

npm install gulp-jst_compiler --save-dev

Usage

var jst = require('gulp-jst_compiler');

gulp.task('jst', function () {
  gulp.src('./templates/**/*.jst.html')
    .pipe(jst('all.jst.js'))
    .pipe(gulp.dest('./public/js'));
});

gulp.task('default', ['jst']);

Options

.pipe(jst('all.jst.js', {withoutKernel: true})) // compile without jst-kernel