mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-20 03:51:46 +00:00
Merge pull request #2385 from overleaf/ho-disable-view-precompile
disable view precompile GitOrigin-RevId: 82e1b8da97af1d9be47834f1687e25f55fe95737
This commit is contained in:
parent
55a4840706
commit
a7567714d1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue