diff --git a/services/web/app/src/infrastructure/Server.js b/services/web/app/src/infrastructure/Server.js index 54d18a026b..bd0d11cec0 100644 --- a/services/web/app/src/infrastructure/Server.js +++ b/services/web/app/src/infrastructure/Server.js @@ -169,7 +169,7 @@ expressLocals(webRouter, privateApiRouter, publicApiRouter) if (app.get('env') === 'production') { logger.info('Production Enviroment') app.enable('view cache') - Views.precompileViews(app) // precompile templates + // Views.precompileViews(app) // precompile templates } webRouter.use(function(req, res, next) {