add TODO for pipeline event
This commit is contained in:
parent
3433c75554
commit
a0f4953c17
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue