deligenius / view-engine

🚀A Template View Engine for Deno frameworks
MIT License
54 stars 15 forks source link

Fix eta view path #44

Closed pheynnx closed 2 years ago

pheynnx commented 2 years ago

This fixes eta not being able to find .eta files even when you set the view in viewEngine({viewRoot: }) Formated to stay in line with how denjuck.engine.ts has a similar property already

gjuoun commented 2 years ago

Thanks for the PR

pheynnx commented 2 years ago

Oh oops, I pushed another comment to my master branch and updated the oak version

gjuoun commented 2 years ago

You should update the Application version as well https://github.com/deligenius/view-engine/blob/b526f1c8ab1b1ff5fd39dd0a3e00f1028c1e2b85/deps.ts#L8

pheynnx commented 2 years ago

You should update the Application version as well

https://github.com/deligenius/view-engine/blob/b526f1c8ab1b1ff5fd39dd0a3e00f1028c1e2b85/deps.ts#L8

Fixed :D