yuicompressor
What is the best to create minified JS and CSS files?
I've done in the past using an IDE and automatically durring the "File Save" process. However, now Im working with a team where everyone uses a different IDE.
My preference is to create some sort of asset manager that uses yuicompressor (https://github.com/yui/yuicompressor) that creates minified files on the fly if they currently are not found on the server.
I'd like to call the yuicompressor jar file directly with Coldfusion withouth using cfexecute. Is this possible?
