shannonmoeller / gulp-hb

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.
http://npm.im/gulp-hb
MIT License
147 stars 14 forks source link

Error in README #60

Closed zenwarr closed 6 years ago

zenwarr commented 6 years ago

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}')
}))