[TIMOB-19185] Liveview: Update liveview to work with Windows Platform
GitHub Issue | n/a |
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-23T14:24:22.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 5.2.0 |
Components | LiveView, Windows |
Labels | notable, qe-4.1.0 |
Reporter | Ewan Harris |
Assignee | Gary Mathews |
Created | 2015-07-07T18:29:34.000+0000 |
Updated | 2017-07-26T20:11:34.000+0000 |
Description
Description
Currently Liveview does not work when building for Windows Platform, when passing in the --liveview flag it appears that no liveview server is started as there is no logging related to this.
I believe that this will require liveview to be updated and also the _restart method to be implemented for Ti.App
Steps to reproduce
1. From the CLI run appc run -p windows -T wp-emulator --liveview
Actual result
Liveview does not appear to start, no logging related to staring the file server occurs, when making changes to files the app is not reloaded
Expected result
Liveview should work when using Windows Platform apps
Comments
JSON Source
PR: https://github.com/appcelerator/liveview/pull/92
Oops, I accidentally resolved this, but the PR is still in progress.