[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-28 Thread K-BL
Fixed updated on website. Thanks for the input. On Dec 24, 9:49 am, MorningZ morni...@gmail.com wrote: There is one dumb little bug i discovered When one uses the Browse buttons to find the Compile and Output paths, your code doesn't put the trailing \ So while my Output Path sits in the

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-26 Thread JimD
This is great. I've been looking for such a utility. Thank you. On Dec 23, 8:27 am, K-BL axel...@aim.com wrote: Hey Guys, I just finished writing aYUIMulti-File Compression Utility.  It's really simple, it just runs some CLI commands, but more importantly, it compiles entire directories and

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-24 Thread MorningZ
There is one dumb little bug i discovered When one uses the Browse buttons to find the Compile and Output paths, your code doesn't put the trailing \ So while my Output Path sits in the program as: C:\temp\Scripts\Packed it churns out files as C:\temp\Scripts\Packedautocomplete.1.0.2-min

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-24 Thread Sam Unplugged
Thank you. On Dec 23, 9:27 pm, K-BL axel...@aim.com wrote: Hey Guys, I just finished writing a YUI Multi-File Compression Utility.  It's really simple, it just runs some CLI commands, but more importantly, it compiles entire directories and sub directories with a clean UI. For us IT guys,

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread Alexandre Plennevaux
it sounds very interesting, but i'm quite puzzled on how to do it correctly. i'm interested in reducing the load time of my websites but i don't really master these compression logics. I would have assumed i'd have to point to the html file loading the js+css files but your app seems to look for

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread Joe
Very interesting. We added the Java .jar file to our build process so it keeps our code in source control legible and the code pushed to prod compressed. YUI compressor, IMO, is the best and most consistent. Joe http://www.subprint.com On Dec 23, 11:03 am, Alexandre Plennevaux

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
My utility is used for manual compression, this would ensure best results from your server. YUI Compressor (and some other compression engines) take unnecessary characters out of your code (line breaks, spaces, comments), optimizes private functions/variables, and returns a non-encoded, single

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread Alexandre Plennevaux
ok , i tried it out and i can see it spits out my js files completely minified. Nice... really nice. how about going to the next automation process: what if i could point your app to my index.html, which contains a dozen LINK to css files and SCRIPT to js files. Could it compile all of the CSS

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
I've actually built, almost, such a beast. Myn configures which css/ js files are needed for any given page, but I'm getting ready to release one that does exactly what you said, it's C#/asp.net 3.5 though. Email me with a proposal, feature list, and language needed, axel...@aim.com, we'll talk