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

Partials in subdirectories are not found #54

Closed MickL closed 7 years ago

MickL commented 7 years ago

Please see: https://github.com/shannonmoeller/gulp-hb/issues/43

I already got this problem with gulp-compile-handlebars. I debugged that module and saw that the partials in the subdirectories are being registered. Unfortionally they are not found anyway.

Maybe this is a problem of handlebars itself?

shannonmoeller commented 7 years ago

Reopening #43.