shannonmoeller / gulp-hb

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.

Home Page:http://npm.im/gulp-hb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in README

zenwarr opened this issue · comments

There is a small error in README.md (two extra braces):

.pipe(hb()
    .partials('./src/assets/partials/**/*.hbs')
    .helpers('./src/assets/helpers/*.js')
    .data('./src/assets/data/**/*.{js,json}')
}))