[TIMOB-13433] LiveView: generated liveview.js exists in Resources instead of build folder
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-05-18T03:24:08.000+0000 |
| Affected Version/s | Release 3.1.0 |
| Fix Version/s | Release 3.1.2, Release 3.2.0 |
| Components | LiveView |
| Labels | qe-3.1.0, qe-testadded |
| Reporter | Dustin Hyde |
| Assignee | Christian Sullivan |
| Created | 2013-04-06T15:12:21.000+0000 |
| Updated | 2014-02-24T22:27:37.000+0000 |
Description
When a LiveView enabled-project is run, the liveview.js generated code is placed in the project Resources instead of the build folder.
Test Steps:
1. Open Appcelerator Studio.
2. Create Titanium Project w/Appcelerator Services.
3. Enable LiveView in Run Configurations... Android Emulator or iOS Simulator.
4. Run Project.
Actual Result:
liveview.js appears in Resources.
Expected Result:
liveview.js appears in hidden build folder, as it is a generated file.
Attachments
Temp Fix https://github.com/appcelerator/liveview/tree/0.1.1-cr
Downgrading priority as we appear to have a temp fix in for now.
Verified on Appcelerator Studio, build: 3.1.2.201308091728, OSX 10.8.3 that no liveview.js file is generated in either build or Resources folder. Closing.