vote up 1 vote down star
1

I recently discovered Yahoo's YUI Compressor software and started using it on my website.

What I'm disappointed about with the software is its lack of a GUI, as well as a lack of a way to combine files.

Does anyone know of a project which uses the YUI Compressor as a backend that provides a GUI front-end with the ability to combine files?

I want to create a GUI application based on the YUI Compressor, but if one already exists, I'd rather use that.

flag

5 Answers

vote up 2 vote down check

I don't believe a GUI exists for YUI Compressor...probably because in most projects YUI Compressor is run by an automatic build process, and its command line parameters are of the "figure 'em out once, forget about 'em" nature.

In terms of combining files, this too would be easy to do with the current YUI Compressor and a command line (as I'm sure you already know), but the projects that I've worked on have opted for combining JS files at runtime before sending down to the client. This allows for greater flexibility of picking and choosing appropriate JS packages for a specific users' current needs (and thus minimizing the amount of JS being sent to the client while trying, of course, to balance these packages in an appropriate browser caching scheme). Steve Souders' "High Performance Web Sites" has great discussion on this topic.

That being said, a GUI for YUI Compressor certainly sounds like something worth doing, if for no other reason than helping expose all of YUI Compressor's power to those users who are only aware of the most basic command line parameters.

link|flag
vote up 0 vote down

I've written a series about writing efficient web applications for The View. Since I'm a big fan of the YUI Compressor I had a friend create a GUI for it and create a JAVA application.

You can find YUI GUI for download here: http://eview.com/eview/volr6.nsf/852561460065adc3852561130021446a/caef1ae990071cb9852574b9006616fc?OpenDocument

Maybe a later release will include GZIP support as well, GZIP:ing the results of the YUI Compressor all in one go. One less step you have to do yourself... ;)

link|flag
vote up 0 vote down

Yes, someone has created a web-based GUI for YUI compressor.

link|flag
vote up 1 vote down

use http://refresh-sf.com/yui/............. don't use YUI GUI recommended by Joacim Boive..........it failed , doesn't work at all

link|flag
vote up 0 vote down

You can also take a look at Javascript Obfuscator, javascript-source.com it has better compression ratio than yui

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.