mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 20:19:33 +00:00
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) {
|
self.events.on('rebuildAssets', function(fileType, path) {
|
||||||
if (fileType === 'asset') {
|
if (fileType === 'asset') {
|
||||||
self.logger.info("received rebuildAssets event");
|
self.logger.info("received rebuildAssets event");
|
||||||
|
// TODO: can just rebuild pipeline, no need to deploy contracts
|
||||||
|
// again
|
||||||
Embark.redeploy();
|
Embark.redeploy();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user