Skip to content

Commit 94a3132

Browse files
yyosifovdtopuzov
authored andcommitted
Add .html to the fast-sync files (#2823)
1 parent 649637f commit 94a3132

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)