add TODO for pipeline event

This commit is contained in:
Iuri Matias 2017-02-24 06:28:06 -05:00
parent 3433c75554
commit a0f4953c17
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}
});