Skip to content

Commit

Permalink
Add .html to the fast-sync files (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyosifov authored and dtopuzov committed May 22, 2017
1 parent 649637f commit 94a3132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/livesync-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class LiveSyncProvider implements ILiveSyncProvider {
private $childProcess: IChildProcess,
private $options: IOptions) { }

private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml"];
private static FAST_SYNC_FILE_EXTENSIONS = [".css", ".xml", ".html"];

private deviceSpecificLiveSyncServicesCache: IDictionary<any> = {};
public get deviceSpecificLiveSyncServices(): IDictionary<any> {
Expand Down

0 comments on commit 94a3132

Please sign in to comment.