mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 21:01:59 +02:00
fixed #2220
This commit is contained in:
@@ -42,7 +42,10 @@ var async = require('async'),
|
||||
async.apply(Meta.css.minify),
|
||||
async.apply(Meta.templates.compile),
|
||||
async.apply(auth.reloadRoutes),
|
||||
async.apply(templates.flush)
|
||||
function(next) {
|
||||
templates.flush();
|
||||
next();
|
||||
}
|
||||
], next);
|
||||
}
|
||||
], function(err) {
|
||||
|
||||
Reference in New Issue
Block a user