**** BEGIN LOGGING AT Thu Feb 14 03:00:00 2013 Feb 14 16:59:04 hey guys, it's been bugging me for a while now, but what is the point of $lib? Feb 14 17:04:55 GodGinrai: is where the 'plugins' or 'extensions' live Feb 14 17:05:44 but I don't see the difference between using $lib/ versus just using lib/ Feb 14 17:05:56 GodGinrai: The `lib` folder contains any plugins or other resources used by the project. https://github.com/enyojs/enyo/wiki/Managing-Your-Project Feb 14 17:05:59 GodGinrai: one thing is to provide that shortcut in the depends system so you can just reference $lib/onyx (for instance) in a lower depends.js Feb 14 17:06:38 sugardave: what do you mean by that? Feb 14 17:07:43 say I have developed some widget with some library (foo) and in my top-level depends I have $lib/foo Feb 14 17:08:13 now I decide I want to move my widget as a "sub-app" of a larger project….like the samples in the sampler Feb 14 17:09:05 new app source dir, som subdir for widget (but all the non-framework source is the same) Feb 14 17:09:35 no I put the foo library in the new app's source lib dir, because that's where all my libraries are Feb 14 17:09:53 my old widget package.js still uses $/lib foo, so it "just works" Feb 14 17:23:21 I see Feb 14 17:23:54 also, if I have a source file that is used in my enyo.depends Feb 14 17:24:23 is it only loaded once no matter what other stuff uses it? Feb 14 17:24:51 (Just don't want the charting framework I'm rolling into my app to be called for every chart I make) Feb 14 17:25:35 yeah, as long as you haven't put it in the HTML as well or in another package.js file Feb 14 17:26:27 it just inserts everything from the various enyo.depends() calls as script tags at load/processing time Feb 14 17:45:59 ok, thanks :) Feb 14 19:41:42 hey sugardave, you wouldn't happen to know any good way to upload files using just JS that works in IE8, would you? Feb 14 19:42:04 I've been having trouble w/ that. Feb 14 19:43:09 I'm afraid not…never have done much file uploading, myself Feb 14 19:44:12 ah, ok. :/ **** ENDING LOGGING AT Fri Feb 15 02:59:58 2013