From a0f4953c172076b4c2f3124715fc2141b908a231 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 24 Feb 2017 06:28:06 -0500 Subject: [PATCH] add TODO for pipeline event --- lib/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/index.js b/lib/index.js index e07b446a5..8f2bf337b 100644 --- a/lib/index.js +++ b/lib/index.js @@ -164,6 +164,8 @@ var Embark = { self.events.on('rebuildAssets', function(fileType, path) { if (fileType === 'asset') { self.logger.info("received rebuildAssets event"); + // TODO: can just rebuild pipeline, no need to deploy contracts + // again Embark.redeploy(); } });