1.0.7 • Published 8 years ago

gulp-jst-util v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago