cnnlabs / cnn-hapi

CNN Hapi
10 stars 4 forks source link

WithHandlebars? #42

Closed MDrooker closed 8 years ago

MDrooker commented 8 years ago

this.withHandlebars = this.options.withHandlebars || true;

if its desired for false, this sets back to true-

So suggest- this.withHandlebars = this.options.withHandlebars || false;

codeclout commented 8 years ago

merged in #43