I'm working on a one-page site that is incorporating about a dozen .js files and and maybe a half dozen .css files.
Most of the .js files are jQuery plugins. Aside from a base css file, the CSS files are for the corresponding jQuery plugins.
YUI Compressor seems to be a favorite for compressing CSS and JS files. However, it only compresses individual files.
I'd also like to combine my files and (ideally) end up with one .js and one .css file (both compressed).
Are there any preferred tools out there that allow you to automate the combining of the .js and .css files into one file so it can then be run through YUI compressor?