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

[TIMOB-17446] CLI args to specify i18n and platform locations #6602

Merged
merged 2 commits into from Jan 30, 2015

Conversation

skypanther
Copy link
Contributor

@pinnamur
Copy link
Contributor

To keep the arguments consistent with the existing arguments such as --project-dir or --output-dir, I would recommend to keep the existing arguments as --i18n-dir and
--platform-dir

if(customI18n && fs.existsSync(path.join(path.resolve(projectDir), customI18n))) {
projectDir = path.join(projectDir, customI18n);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Just being nitty-gritty. Can you format the above block ? For ex. spacing issues with if conditions - there should be a space between if and (

@pinnamur
Copy link
Contributor

FR passed. Should be good to merge after changing the arguments.

pinnamur pushed a commit that referenced this pull request Jan 30, 2015
[TIMOB-17446] CLI args to specify i18n and platform locations
@pinnamur pinnamur merged commit d515a15 into tidev:master Jan 30, 2015
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.

None yet

2 participants