koajs/koa-hbs

disableCache doesn't apply to partials

shellscape opened this issue · 3 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!

fixed by d1e84c5