diff --git a/lib/common b/lib/common index d22c5cadca..9ea72d51ec 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit d22c5cadcabf7d89bf41558a59d477be2635efe2 +Subproject commit 9ea72d51ec24537f15bd6d8f72de0bc0eb20d0cc diff --git a/lib/services/livesync/livesync-service.ts b/lib/services/livesync/livesync-service.ts index 8eb83a9c40..6a81215557 100644 --- a/lib/services/livesync/livesync-service.ts +++ b/lib/services/livesync/livesync-service.ts @@ -53,11 +53,12 @@ class LiveSyncService implements ILiveSyncService { let platformData = this.$platformsData.getPlatformData(platformLowerCase); this.ensureAndroidFrameworkVersion(platformData).wait(); - let liveSyncData = { + let liveSyncData: ILiveSyncData = { platform: platform, appIdentifier: this.$projectData.projectId, projectFilesPath: path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME), syncWorkingDirectory: path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME), + excludedProjectDirsAndFiles: ["**/*.js.map", "**/*.ts"] }; this.$liveSyncServiceBase.sync(liveSyncData).wait(); }).future()(); diff --git a/package.json b/package.json index 86929a1908..b88da43b6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "1.6.0", + "version": "1.6.1", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {