koajs / koa-hbs

Handlebars templates for Koa.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disableCache doesn't apply to partials

shellscape opened this issue · comments

Using the disableCache option works well for primary views, but isn't respected with regard to partials. While the overhead may be high, it'd be very useful for a development environment if those were given the same consideration as primary views when disableCache is used as an option.

@jwilm ping! this is still an issue, might be hard to solve, but it should be addressed in the docs at the very least.

In fact, you can modify source code yourself, it's not difficult!