diff --git a/config/environments/production.rb b/config/environments/production.rb index c637fb67b..35c21bf22 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ Discourse::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - # this will cause all handlebars templates to be pre-compiles, making your page faster + # this will cause all handlebars templates to be pre-compiled, making your page faster config.handlebars.precompile = true # allows developers to use mini profiler