We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb8210 commit 970f548Copy full SHA for 970f548
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", ".html"];
+ private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
14
15
private deviceSpecificLiveSyncServicesCache: IDictionary<any> = {};
16
public get deviceSpecificLiveSyncServices(): IDictionary<any> {
0 commit comments