20 Jan
2016
20 Jan
'16
3:01 p.m.
Quoting Dave Cross <dave@dave.org.uk>:
I'll see if I can come up with a failing test and a patch.
In the meantime, to see the problem. * Create a new Dancer2 app - $ dancer2 gen -a Foo * Edit config.yml to switch to templating engine to TT * Start the app - $ plackup bin/app.psgi * Visit http://localhost:5000/not-there - See the following: Internal Server Error file error - 404.tt: not found Cheers, Dave...