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

Fix livesync double restarts for TS projects #1106

Closed
hdeshev opened this issue Oct 26, 2015 · 3 comments
Closed

Fix livesync double restarts for TS projects #1106

hdeshev opened this issue Oct 26, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@hdeshev
Copy link
Contributor

hdeshev commented Oct 26, 2015

The infamous double app restart issue when livesyncing TypeScript projects.

The first time you save a .ts file it gets synced to the device (completely unnecessarily), then you need another sync after you run your compiler. The fix involves ignoring .ts files on livesync. We sync the transpiled js files on the second pass.

@hdeshev hdeshev added this to the 1.5.0 milestone Oct 26, 2015
@hdeshev hdeshev self-assigned this Oct 26, 2015
@ligaz
Copy link

ligaz commented Oct 26, 2015

Once LiveSync and debugging play nicely we should revisit this because if you try to debug the ts files via source maps the files will not be updated.

@hdeshev
Copy link
Contributor Author

hdeshev commented Oct 27, 2015

Once LiveSync and debugging play nicely we should revisit this because if you try to debug the ts files via source maps the files will not be updated.

Fully agree here. I meant this as a temporary (he-he) fix.

@vchimev
Copy link

vchimev commented Nov 18, 2015

A related issue: #1212.

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

No branches or pull requests

4 participants