Best way to load/serve multiple js files?
I'm really happy with my css preprocessor it, combines crushes and minifies all my css into one file and serves it.
What is the best way, technology to serve say 8 js plugins. My main focus is on having it in one http request as I know if they all mushed into one it wouldn't cache as nicely.
Any reccomendations? I've looked into YUI minify, requireJS, and head.js







