I have several javascript files and I'd like to combine them into one file but only when the page is rendered, and still keep my files separate because it's easier to code with multiple files than one giant one.
How do I do this? I saw some tutorials on how to do it but they're dated. I'm using VS 2012 and I was wondering if there's a newer way.
Thanks.