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

Smarter LiveSync #1007

Closed
teobugslayer opened this issue Oct 5, 2015 · 1 comment
Closed

Smarter LiveSync #1007

teobugslayer opened this issue Oct 5, 2015 · 1 comment
Assignees
Milestone

Comments

@teobugslayer
Copy link
Contributor

Smarter LiveSync without restarts

  • Be smarter about the changes that are being made to the files and do the following for:
    • CSS - just update the file and reload dynamically the new CSS in the live tree of visual objects. This requires changes in the common platform modules.
    • XML - compute a change diff gram and apply the change to the live visual tree.
    • JavaScript - enable LiveEdit similar to how V8 handles it internally.
  • If a changed file is not already loaded it will be "safe" to just update it.
  • Respect deleted files.
@teobugslayer
Copy link
Contributor Author

Superseded by NativeScript/NativeScript#977

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants