[ALOY-675] Move logger.js out of "common" folder
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-05-28T22:07:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 11 |
Components | Documentation, Runtime |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-05-28T20:39:28.000+0000 |
Updated | 2018-03-07T22:25:43.000+0000 |
Description
only modules that would work in both nodejs and Titanium should be housed in the "Alloy/common" folder in the alloy distribution. While logger.js _should_ work in both environments, it is not necessary for it to attempt to replace the current Ti.API logging functions. For this reason it should be moved out of the "Alloy/common" folder and into the "Alloy" folder. All require() calls referencing logger.js will also need to be changed as well.
PR: https://github.com/appcelerator/alloy/pull/137 Testing: If all automated tests pass, this task is verified
jake test:all