-
-
Notifications
You must be signed in to change notification settings - Fork 197
LiveSync support #523
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
Comments
This comment was marked as abuse.
This comment was marked as abuse.
Thanks for your feedback @NathanaelA. Here are my comments:
|
This comment was marked as abuse.
This comment was marked as abuse.
Yes this feature is already available in master and the v1.2 scope for will be publicly available when we officially release v1.2. |
reopening due to these issues: #654 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We will be enabling LiveSync support for NativeScript application and we plan to roll this out in a couple of stages.
v1.2
LiveSync commands
livesync
- This command will update all yourapp
files and will restart the app on the device.livesync --watch
- This command will watch for file system changes, sync only the changed files on the device and finally restart the app after the sync.In the 1.2 time frame we plan to have first-stage LiveSync implementation. To work, it will restart the application.
Technical details
app
files:/data/local/tmp/...
and/data/data/...
.~/Library/Application Support/LiveSync
.The text was updated successfully, but these errors were encountered: