1.0.7 • Published 10 years ago

gulp-jst-util v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

gulp-jst-util

compile template of underscore file in to javascript

#useage:

	
	gulp.task('template', function() {
		return gulp.src('development/tpl/**/*.html')
			.pipe(jst({
				base: 'tpl'
			}).on('error', function() {
				console.log(arguments);
			}))
			.pipe(gulp.dest('development/scripts/view/'));
});

####options

  • base: releation folder name. template name split at '.' if specifition this option.
1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago