What to do if the concatenated + mangled main.js file is just too big? It's now ~2300kB and it's ever growing. Although the dependencies are not too big by themself. We are using jQuery, jQuery UI and jqTouch. jQ is ~90kB minified and others can't be too much bigger.
So the answer "drop some deps" maybe is not feasible enough :/ Have you ever faced with a problem like that? How did you come over the problem?
Thanks
edit: Sorry my bad, I forgot to mention that it's a hybrid mobile project, so this asset will be downloaded to the device, although we have an App in Browser feature which stands for the standard way. So CDN is a good advice for App in Browser but not for the device :/