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

Add some development-mode configs for client #16

Merged
merged 2 commits into from
Sep 24, 2018
Merged

Conversation

c4lliope
Copy link
Collaborator

The app watches for file changes with the mechanism described at:

Some changes to the mobile app repo are on their way,
but the API between the two code bases doesn't change a bit;
this won't break a thing if the TB_MOBILE_CONTEXT variable is set appropriately.

Copy link
Member

@ivan-c ivan-c left a comment

Choose a reason for hiding this comment

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

Looks great, love the explanations and references for each environment variable

volumes:
# Be sure you have a local copy of the `tb-mobile-app` repo,
# and reference it with the `TB_MOBILE_CONTEXT` variable in `.env`.
- ${TB_MOBILE_CONTEXT}:/usr/src
Copy link
Member

Choose a reason for hiding this comment

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

Will this still work if TB_MOBILE_CONTEXT is a link to Github (as is the default)?

If not, can you use a different environment variable?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, it'll only work if that points to a local directory.

How about I comment out that line by default, so people can opt-in if they're working with a local copy?

This pull request was closed.
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.

2 participants