gulp-jst_compiler

1.0.0 • Public • Published

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 

Package Sidebar

Install

npm i gulp-jst_compiler

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • hcodes