1.1.2 • Published 9 years ago

gulp-json-to-hbs-to-html v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gulp-json-to-hbs-to-html

Build Status Dependency Status devDependency Status

A Gulp library to compile HTML from JSON and Handlebars templates

DEPRECATED: gulp-consolidate-render provides more flexible template rendering in combination with YAML frontmatter.

var gulp = require("gulp");
var jsonHbsHtml = require("gulp-json-to-hbs-to-html");

gulp.src("./data/**/*.json")
  .pipe(jsonHbsHtml({
    prefix: "templates/",
    suffix: "./handlebars"
  }))
  .pipe(gulp.dest("./public"));
1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.0

11 years ago