This is probably a simple question, but I couldn't find an exact answer...Say you are calling 3 separate external .js files (like date.js, script.js, mail.js) using 3 separate lines in your header.Could I just put all the external files' contents into a master.js file and call that on each...
More...