ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.32k stars 382 forks source link

Handlebars clear/reset cache #280

Closed titus7lite closed 4 years ago

titus7lite commented 4 years ago

Hi,

i am trying to find a way to clear/reset the cache of views in order to allocate/hotswap newly created changes during runtime. I cant seem to find a way to do it as it looks to be protected. Did i miss something and such a functionality is currently achievable somehow? or should i fork the repo and make the cache puplic?

kind regards

UziTech commented 4 years ago

new development of express-handlebars is on a new repo express-handlebars/express-handlebars. If you could create an issue on that repo we could try to help.