From 954212fc9fd65ac3cc85800cde9a5684a9ccc617 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 6 May 2015 14:32:19 -0400 Subject: [PATCH] emit templates:compiled event if skipped --- src/meta/templates.js | 1 + 1 file changed, 1 insertion(+) 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(); }