Just thought I'd share this in case anyone else might find it useful. I was getting annoyed by having to start a command line to use YUI Compressor for the couple scripts that I use it on, so I whipped up a simple frontend for it. It supports both Javascript and CSS files, and all the command line options available in the regular YUI Compressor.
I have not done much testing on it, since it was just an internal utility, but feedback is always welcome.
Looks nice, here some ideas:
Support more source file fields in one compress-session?
Or maybe load a files.txt where a list of files to compress with source-and destination-paths can be specified?
Yes I was thinking about doing something like this as well, however I hadn't really planned on this becoming a replacement for an automated build process which is how YUI Compressor is intended to be used. This is more a utility for people who have a one-off script they would like to compress, such as a UX or something.