From f2b9f22a79f7e0983d86869e922328563baa160f Mon Sep 17 00:00:00 2001 From: Fatme Havaluova Date: Fri, 26 Jun 2015 15:56:43 +0300 Subject: [PATCH] Fix broken rebase --- lib/services/platform-service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index ab56fb48f3..969a9c0045 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -165,6 +165,8 @@ export class PlatformService implements IPlatformService { shell.cp("-R", path.join(appResourcesDirectoryPath, platformData.normalizedPlatformName, "*"), platformData.appResourcesDestinationDirectoryPath); this.$fs.deleteDirectory(appResourcesDirectoryPath).wait(); } + + platformData.platformProjectService.prepareProject().wait(); // Process platform specific files let directoryPath = path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME);