I'd like to use the gzip or combine feature of the assets output regularly, however, I often find they break a script somewhere.
Do you have any tips for getting multiple scripts (typically including JQuery) to play nicely together? Is it best not to use minified files prior to gzipping?
Comments
I did try moving the order of scripts around, but sometimes JQuery has to be earliest.