Skip to content

Commit 55319cb

Browse files
committed
client: support liveImg updating
1 parent cb5b44c commit 55319cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/lib/code-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ sync.reload = function(bs) {
147147
return;
148148
}
149149

150-
reloader.reload(data.path, { liveCSS: true });
150+
reloader.reload(data.path, { liveCSS: true, liveImg: true });
151151
}
152152
};
153153
};

0 commit comments

Comments
 (0)