Skip to content

Commit 970f548

Browse files
yyosifovdtopuzov
authored andcommitted
Remove .html from the files included in the fast-livesync to force full reload (#2802)
1 parent dbb8210 commit 970f548

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", ".html"];
13+
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
1414

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

0 commit comments

Comments
 (0)