From 2e2422444952f9290318f8d06e0d84b0920cbcac Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 1 Dec 2014 14:19:07 -0500 Subject: [PATCH] passing css hash to other workers on startup --- loader.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loader.js b/loader.js index edc7f8eb09..0372f740a6 100644 --- a/loader.js +++ b/loader.js @@ -131,7 +131,8 @@ Loader.addClusterEvents = function(callback) { cluster.workers[worker_id].send({ action: 'css-propagate', cache: message.cache, - acpCache: message.acpCache + acpCache: message.acpCache, + hash: message.hash }); }); break;