Skip to content

Commit 88dce96

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/usb-livesync-service.ts

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

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

1616
constructor($devicesServices: Mobile.IDevicesServices,

0 commit comments

Comments
 (0)