ignore checking the extension ?
zombiecong opened this issue · 2 comments
zombiecong commented
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????
queckezz commented
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
zombiecong commented
Thx, It works .