mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
launch aesthetics
This commit is contained in:
@@ -121,8 +121,8 @@ function compileTemplates(pluginTemplates) {
|
|||||||
if (err) {
|
if (err) {
|
||||||
winston.error(err);
|
winston.error(err);
|
||||||
} else {
|
} else {
|
||||||
emitter.emit('templates:compiled');
|
|
||||||
winston.info('[themes] Successfully compiled templates.');
|
winston.info('[themes] Successfully compiled templates.');
|
||||||
|
emitter.emit('templates:compiled');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user