diff --git a/src/meta/templates.js b/src/meta/templates.js index 35bb80f06e..7f84daf5d2 100644 --- a/src/meta/templates.js +++ b/src/meta/templates.js @@ -23,6 +23,7 @@ Templates.compile = function(callback) { winston.info('[minifier] Compiling templates skipped'); } + emitter.emit('templates:compiled'); return callback(); }