I came across a helpful solution on this Stack Overflow thread:
How can I automate the compression of JavaScript files using YUI Compressor?
But here's my dilemma: I have a bunch of jQuery files in my ~/Scripts directory that are already compressed and minified. Is there a way to automate the process like mentioned in the post, but exclude these jQuery files from the compression process?