Skip to content

Commit

Permalink
Turning back template caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Dec 2, 2017
1 parent 56ace7c commit 8bfaf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endpoints.shutdown.enabled=true
# Template (Handlebars)
handlebars.prefix: classpath:website/
handlebars.suffix: .hbs
handlebars.cache: false
handlebars.cache: true
handlebars.registerMessageHelper: true
handlebars.failOnMissingFile: false
handlebars.prettyPrint: false
Expand Down

0 comments on commit 8bfaf88

Please sign in to comment.