Skip to content

Commit 14206cb

Browse files
committed
Exclude typescript source files from livesync.
Fix app_resources too by using the proper **/.../** mask.
1 parent c394233 commit 14206cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/services/usb-livesync-service.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import Future = require("fibers/future");
1010

1111
export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncServiceBase implements IUsbLiveSyncService {
1212
private excludedProjectDirsAndFiles = [
13-
"app_resources"
13+
"**/app_resources/**",
14+
"**/*.ts",
1415
];
1516

1617
constructor($devicesServices: Mobile.IDevicesServices,

0 commit comments

Comments
 (0)