Closed MDrooker closed 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;
merged in #43
this.withHandlebars = this.options.withHandlebars || true;
if its desired for false, this sets back to true-
So suggest- this.withHandlebars = this.options.withHandlebars || false;