jeudi 27 novembre 2014

Rendering HTML using Gulp.js template compilers


Vote count:

0




What would be the easiest way to any one of the Gulp template compilers to render HTML files?



gulp.task('html', function () {
gulp.src('templates')
.pipe(handlebars())
.whatCanGoHereToRenderHTML()
.dest('www');
});


asked 41 secs ago







Rendering HTML using Gulp.js template compilers

Aucun commentaire:

Enregistrer un commentaire