Skip to content

Commit ff88c9b

Browse files
authored
After fix .html can again be synced correctly without restart (#2839)
1 parent 3a1d40d commit ff88c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/providers/livesync-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class LiveSyncProvider implements ILiveSyncProvider {
1010
private $childProcess: IChildProcess,
1111
private $options: IOptions) { }
1212

13-
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
13+
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml", ".html"];
1414

1515
private deviceSpecificLiveSyncServicesCache: IDictionary<any> = {};
1616
public get deviceSpecificLiveSyncServices(): IDictionary<any> {

0 commit comments

Comments
 (0)