moving meta:css.compiled further down, currently it gets emitted twice

This commit is contained in:
psychobunny
2014-10-04 16:18:33 -04:00
parent 872e28099f
commit fa8613d09d

View File

@@ -74,6 +74,8 @@ module.exports = function(Meta) {
});
}
emitter.emit('meta:css.compiled');
if (typeof callback === 'function') {
callback();
}
@@ -134,7 +136,6 @@ module.exports = function(Meta) {
Meta.css.hash = hash;
winston.info('[meta/css] Done.');
emitter.emit('meta:css.compiled');
// Save the compiled CSS in public/ so things like nginx can serve it
if (!cluster.isWorker || process.env.cluster_setup === 'true') {