keystonejs/keystone-classic
View on GitHub4.0.0: Twig cache still set to true in developpment
Open
#4,268 opened on May 7, 2017
bughelp wanted
Repository metrics
- Stars
- (14,656 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
When passing env to developpment, twig cache isn't set to false, I have to set it manually in node_modules/twig/twig.js. In fact whatever the setting of env and cache view, the twig cache is always set to true.
| Software | Version |
|---|---|
| Keystone | 4.0.0 |
| Node | v7.3.0 |