We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev: true
1 parent 8b9d33e commit 39a19ddCopy full SHA for 39a19dd
packages/govuk-frontend-review/src/common/nunjucks/index.mjs
@@ -20,6 +20,7 @@ export function renderer(app) {
20
const env = nunjucksEnv(
21
[join(paths.app, 'src/views')],
22
{
23
+ dev: true, // log stack traces
24
express: app, // the Express.js review app that nunjucks should install to
25
noCache: !flags.isDeployedToHeroku, // use cache when deployed only
26
watch: flags.isDevelopment // reload templates in development only
0 commit comments