launch aesthetics

This commit is contained in:
psychobunny
2014-03-17 16:22:03 -04:00
parent c6a89b504f
commit f0a19b06c2

View File

@@ -121,8 +121,8 @@ function compileTemplates(pluginTemplates) {
if (err) {
winston.error(err);
} else {
emitter.emit('templates:compiled');
winston.info('[themes] Successfully compiled templates.');
emitter.emit('templates:compiled');
}
});
});