mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 15:47:15 +02:00
emit templates:compiled event if skipped
This commit is contained in:
@@ -23,6 +23,7 @@ Templates.compile = function(callback) {
|
||||
winston.info('[minifier] Compiling templates skipped');
|
||||
}
|
||||
|
||||
emitter.emit('templates:compiled');
|
||||
return callback();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user