mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
emit nodebb:ready
This commit is contained in:
@@ -109,6 +109,7 @@ if(nconf.get('ssl')) {
|
||||
|
||||
emitter.all(['templates:compiled', 'meta:js.compiled', 'meta:css.compiled'], function() {
|
||||
winston.info('NodeBB Ready');
|
||||
emitter.emit('nodebb:ready');
|
||||
});
|
||||
|
||||
emitter.on('templates:compiled', function() {
|
||||
|
||||
Reference in New Issue
Block a user