We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a738a commit 60d5217Copy full SHA for 60d5217
lib/providers/livesync-provider.ts
@@ -9,7 +9,7 @@ export class LiveSyncProvider implements ILiveSyncProvider {
9
private $logger: ILogger,
10
private $childProcess: IChildProcess) { }
11
12
- private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
+ private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml" ,".html"];
13
14
private platformSpecificLiveSyncServicesCache: IDictionary<any> = {};
15
public get platformSpecificLiveSyncServices(): IDictionary<any> {
0 commit comments