[TIMOB-6194] MobileWeb: Relative path support in require() and Ti.include()
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-12-02T17:34:18.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | Sprint 2011-48, Release 1.8.0.1 |
| Components | MobileWeb |
| Labels | stage |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2011-11-15T12:02:06.000+0000 |
| Updated | 2017-03-03T22:28:16.000+0000 |
Description
The loader needs to properly handle relative paths such as "./some/file.js" relative to where the current module or include is located.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/759
Closing as duplicate.