**** BEGIN LOGGING AT Thu May 28 02:59:58 2015 May 28 18:36:58 so, I have a weird question. Since I've upgraded to enyo 2.5.1, my app seems unable ot get location May 28 18:39:08 is it possible I'm doing something that messed this up? May 28 18:39:45 location, as in the html5 location api? May 28 18:39:55 YEHA May 28 18:40:00 yikes, sorry, caps lock May 28 18:40:37 lol, s'ok May 28 18:40:55 I thought you were just *really* excited I knew what you were talking about :P May 28 18:41:44 I haven't really used that API much, so I'm not sure how a newer version of Enyo might break it. Are you using some Enyo Kind that interfaces with the API for you? May 28 18:43:21 nope. in app.js/rendered() I start navigator.geolocation.watchPosition(), and then when callbacks occur, I use enyo.Signals to notify the right places May 28 18:43:30 but I'm never seeing success callback May 28 18:43:58 weird May 28 18:44:11 did you update your browser recently? May 28 18:44:28 does rendered() not get called when I create App() from enyo.ready()? May 28 18:44:29 no May 28 18:44:58 doesn't work in other browsers, or when built with cordova either, seemingly May 28 18:45:15 hrmm... May 28 18:45:25 rendered() *should* get called May 28 18:45:46 just put a console.log in there and see if you see it May 28 18:47:02 interesting... it's not May 28 18:47:22 my app.js just refers to the MainView thing May 28 18:47:32 (ie, rudimentary MVC split) May 28 18:48:36 pulling it into the view, seeing if that helps May 28 18:49:08 that at least triggers rendered May 28 18:49:52 I see May 28 18:50:08 Maybe App doesn't derive from Control May 28 18:51:00 no, the kind is enyo.Application May 28 18:51:01 Got it! May 28 18:53:00 yea, I meant enyo.Application May 28 18:53:23 !the kind May 28 18:53:26 hrmm May 28 18:53:39 I'm pretty sure this synergybot is some poor supybot May 28 18:53:41 !source May 28 18:54:57 synergybot: wtf is wtf! May 28 18:55:04 synergybot, wtf is wtf! May 28 18:55:08 hrm May 28 19:06:23 must just be my mac somehow May 28 19:06:31 seems to work fine on a test device May 28 19:06:34 weird May 28 19:07:07 ah May 28 19:27:46 hm, so, in the move, I moved our libraries into /lib, because it seemed to fit better, however that doesn't seem to let me properly include images and other assets for the libraries May 28 19:27:51 am I missing something? May 28 19:28:55 hrmmm May 28 19:28:59 how are you including them? May 28 19:30:51 same way onyx and things are included May 28 19:31:01 in package.js as "$lib/name_of_dir" May 28 19:35:10 hrm May 28 19:35:22 what error are you getting for the assets? May 28 19:37:21 they just aren't being found May 28 19:37:50 hrmm May 28 19:38:04 and you have them included in your package.js? May 28 19:38:08 I don't see errors, they're just unable to be linked against May 28 19:38:17 if you do, it doesn't seem to filter things like .png May 28 19:38:28 it looks for a .png/package.js May 28 19:38:50 actually, one second, I haven't tried including them in the parent package.js May 28 19:38:51 ah, that sounds like a bug with enyo.depends May 28 19:39:00 oh May 28 19:39:45 nah, same thing May 28 19:39:57 :\ May 28 19:44:22 I don't see anything obvious in where enyo.depends() is defined May 28 19:45:09 what is your code for including the image? May 28 19:45:14 also May 28 19:45:22 look at how onyx includes the images it uses May 28 19:45:25 that should give you a hint May 28 19:47:00 it's not my code, but seems to be css URLs May 28 19:47:07 which is how onyx is doing it, but through less May 28 19:50:38 hrm May 28 19:53:43 oh, weird May 28 19:57:00 it's because of the way build works, it's bringing over some of the libraries and minifying them properly, but ignoring others May 28 19:57:05 seemingly because of bower May 28 19:57:25 I see May 28 19:57:38 well, I'm heading out. I'll probably get back on later May 28 19:57:52 mk **** ENDING LOGGING AT Fri May 29 02:59:59 2015