[ALOY-1065] Source mapping of non-controller files should ignore non-JavaScript files
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-07-01T14:57:57.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.5.0 |
| Components | Tooling |
| Labels | qe-manualtest |
| Reporter | Tim Poulsen |
| Assignee | Tim Poulsen |
| Created | 2014-07-01T14:29:07.000+0000 |
| Updated | 2014-09-15T19:10:26.000+0000 |
Description
As reported by Fokke, the change for ALOY-616 causes the source mapper to attempt to create source maps for non-JavaScript files (such as .DS_Store) which causes a compilation error.
PR here https://github.com/appcelerator/alloy/pull/466
Tested the PR, approved and merged.
Test sample added: https://github.com/appcelerator/titanium_mobile_tests_internal/tree/master/Alloy/JIRA/ALOY-1065 Sample project compiled/run and debugger works as expected on iOS, Android and Mobileweb. TiSDK 3.4.0.v20140913174915 Appcelerator Studio 3.4.0.201409131030 CLI 3.4.0-rc3 Alloy 1.5.0-rc2 Xcode6 GM Closing.