[eluser]pickupman[/eluser]
@mikedfunk
You may have issues with combined/minified js scripts for 2 possible reasons.
1.) Scripts may already by minified, and sometimes processing them again may cause errors.
2.) You may have a syntax error. Some browsers will allow the error. Run the script causing the problem through an online js validator. You will probably find a missing ; or something.