queckezz/koa-views

ignore checking the extension ?

zombiecong opened this issue · 2 comments

I render the file named "index.jade" , and show the error
Cannot find module 'jade'

jade is named pug now . how to ignore the extension????

Should be fixed with 3335ddf, tell me if it works for you now. Sadly I don't have time to mantain backwards compatibility with koa@1.x. You can make a pull-request if you really want to support pug with koa@1.x

Thx, It works .