pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Handlebar html support #106

Closed timur-han closed 10 years ago

timur-han commented 10 years ago

Hi,

When I try to render a file with the suffix .html a server internal error is returned and whenever I try it with .hbs suffix, it works.

Is there a way to configure this?

Regards,

Timur

pmlopes commented 10 years ago

Currently the only way to do this is to override the engine class, I will change its constructor to allow specifying the extension

timur-han commented 10 years ago

thank you!