[ALOY-1060] Remove dependency on is
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-06-27T17:48:47.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.5.0, Alloy 1.4.0 |
| Components | n/a |
| Labels | qe-testadded |
| Reporter | Tim Poulsen |
| Assignee | Tim Poulsen |
| Created | 2014-06-26T19:18:23.000+0000 |
| Updated | 2014-07-02T16:51:01.000+0000 |
Description
The 'is' node module is listed as a dependency, though appears to be unnecessary. Test and remove.
PR: https://github.com/appcelerator/alloy/pull/463 Merged to master and 1_4_X branches To test, build and run the advanced/complex_styling sample app. It uses the font-merging techniques that were the source of the 'is' node module being incorrectly included as a dependency. The font properties should be properly mixed in. Any other of the test projects should normally, as well.
Verified working running the 'advanced/complex_styling' sample app from Alloy Git repo, where Font merging was involved. TiSDK 3.3.0.v20140627202512 Appcelerator Studio 3.3.0.201406271159 CLI 3.3.0-rc3 Alloy 1.4.0-rc2 Closing.