When I have includes on a page and I try to include livetanium, it cant find the variables defined by the include.
Simplest possible example:
Ti.include("../vendor/underscore.js");
Ti.include('../vendor/livetanium.js');
K.watch("10.0.1.4", 8128, win);
_([1,2,3])
When livetanium lines are commented out, it works.