Skip to content

Commit 60d5217

Browse files
committed
HTML files fast synced as well (Angular)
1 parent 23a738a commit 60d5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/providers/livesync-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class LiveSyncProvider implements ILiveSyncProvider {
99
private $logger: ILogger,
1010
private $childProcess: IChildProcess) { }
1111

12-
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
12+
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml" ,".html"];
1313

1414
private platformSpecificLiveSyncServicesCache: IDictionary<any> = {};
1515
public get platformSpecificLiveSyncServices(): IDictionary<any> {

0 commit comments

Comments
 (0)