ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
212 stars 12 forks source link

fix: use correct key for cache queries #15

Closed pluiedev closed 1 year ago

pluiedev commented 1 year ago

Somehow, when querying its cache for any already compiled templates, Vento uses the path when in actuality the templates are stored under the file.

undefined shenanigans ensued.

oscarotero commented 1 year ago

Oh, good catch! This makes Vento even faster 🎉 Thanks!