wycats / handlebars-site

56 stars 66 forks source link

How to ignore/exclude some .hbs files? #168

Closed blaasvaer closed 7 years ago

blaasvaer commented 7 years ago

I'm having various versions of some .hbs files as I develop (yeah, not bothering with git here, as I have to make quick and dirty changes). So, is there a quick(!) way to make Handlebars ignore some files, just like it automatically registers files starting with an underscore as a partial?

filename_.hbs or the like would be nice ...

I know I could do this in my gulp file, but it would be to ... well, you know.

blaasvaer commented 7 years ago

Well, I could change the file suffix.