On Wednesday, 6 May 2015 at 13:50:04 UTC, Chris wrote:
On Wednesday, 6 May 2015 at 13:32:48 UTC, Suliman wrote:
By default vibed use Diet. Maybe it's cool, but for me it's easier to write in pure HTML. What is the best way to do it?

You want to serve html files instead of templates, right? It should be something like

router.get("*", serveStaticFiles("./public/"));

Put your html stuff into the folder "public".

Cf. http://vibed.org/docs#http-routing

Reply via email to