Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process as platform specific files only these located in app folder #515

Merged
merged 2 commits into from
Jun 2, 2015

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Jun 2, 2015

@ns-bot
Copy link

ns-bot commented Jun 2, 2015

@ns-bot
Copy link

ns-bot commented Jun 2, 2015

@@ -157,15 +157,16 @@ export class PlatformService implements IPlatformService {
}

// Process platform specific files
var contents = this.$fs.readDirectory(platformData.appDestinationDirectoryPath).wait();
var contents = this.$fs.readDirectory(path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME)).wait();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use let here. You may consider a whole file replace of vars with lets.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm planning to replace all var usages with let in another PR.

@teobugslayer
Copy link
Contributor

👍 after addressing my small remark.

@ErjanGavalji
Copy link
Contributor

👍

Fatme pushed a commit that referenced this pull request Jun 2, 2015
Process as platform specific files only these located in app folder
@Fatme Fatme merged commit 44d70bb into master Jun 2, 2015
@Fatme Fatme deleted the fatme/fix-prepare branch June 2, 2015 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants