We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649637f commit 94a3132Copy full SHA for 94a3132
lib/providers/livesync-provider.ts
@@ -10,7 +10,7 @@ export class LiveSyncProvider implements ILiveSyncProvider {
10
private $childProcess: IChildProcess,
11
private $options: IOptions) { }
12
13
- private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
+ private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml", ".html"];
14
15
private deviceSpecificLiveSyncServicesCache: IDictionary<any> = {};
16
public get deviceSpecificLiveSyncServices(): IDictionary<any> {
0 commit comments