Skip to content

Commit d1c3d8a

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Respect new files when livesyncing to device
1 parent 8caba2c commit d1c3d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/services/usb-livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
6666
}).future<string>()();
6767
}
6868

69-
let watchGlob = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME) + "/**/*";
69+
let watchGlob = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME);
7070

7171
this.sync(platform, this.$projectData.projectId, platformData.appDestinationDirectoryPath, projectFilesPath, this.excludedProjectDirsAndFiles, watchGlob, restartAppOnDeviceAction, notInstalledAppOnDeviceAction, beforeBatchLiveSyncAction, canLiveSyncAction).wait();
7272
}).future<void>()();

0 commit comments

Comments
 (0)