What's a good way to bundle a Common.JS project, and then minimize and obfuscate the bundled script? (The library is intended to be used in a browser.)
I'm experienced with the Google Closure Compiler, however I think I might like Common.JS better.
There will also be some Coffeescript files in the project, but I figure I can take care of them with a separate step by compiling them to Javascript.