**** BEGIN LOGGING AT Thu Apr 25 02:59:59 2013 Apr 25 05:20:00 alright, I'm calling it a night Apr 25 05:20:02 cya guys Apr 25 15:00:09 sugardave: i get a lot of strange errors when parsing the js sources for several enyojs libraries. namely, the first character in the js files often is #\ZERO_WIDTH_NO-BREAK_SPACE which has character code 65279 Apr 25 15:00:30 sugardave: you don't see it in the sources, but i doubt that that is a valid character. perhaps check the editors that are in use. Apr 25 15:15:40 madnificent: "It's a zero-width no-break space. Apr 25 15:15:41 It's more commonly used as a byte-order mark (BOM)." Apr 25 15:15:58 I don't know what that means, but that's what Roy said Apr 25 15:17:42 I doubt it's ECMA 3 compatible. not sure about 5 Apr 25 15:19:30 Should be ignored. Apr 25 15:20:10 seems like it's only required to be supported since html5 Apr 25 15:20:15 http://www.w3.org/International/questions/qa-byte-order-mark.en.php Apr 25 15:22:22 It may be time for us to strip them again. Some editors like to put them in. Apr 25 15:22:36 In general, it shouldn't cause any problems, but I guess it is? Apr 25 15:24:10 it causes them for me now, as i'm parsing the sources. i've stripped them out right before i send the string to the parser, but it feels rather sloppy. if you're not building something to ensure that checkins don't include the BOM, then you'll probably better off leaving them in. encountering it later on would only be worse, i believe. Apr 25 15:44:42 looks like the basic minifier is working now \o/ still need to ensure that the enyo sources are included somewhere too :) Apr 25 21:00:42 so, i wrote most of the compressing library which i needed/wanted/had to have, however it doesn't take in the enyo sources and compress them too. what javascript files and which package files should i include in the compressed image to ensure enyo itself is loaded. is it ok to just load whatever is in enyo/source/package.js ? Apr 26 01:38:30 Hey sugardave, is there any example code that shows how to use enyo.Async? Apr 26 01:54:01 hey summatusmentis Apr 26 01:54:45 hi Apr 26 02:04:46 ffffuuuuu Apr 26 02:04:54 right after I made my bug on the JIRA Apr 26 02:05:01 about the getComputedStyle bug Apr 26 02:05:19 I noticed the code for it was reworked yesterdayt Apr 26 02:05:27 now I have to check to see if that works Apr 26 02:44:54 hey, can anyone point me to some examples on how to use enyo.Async? **** ENDING LOGGING AT Fri Apr 26 02:59:58 2013