Does the ORDER of javascript files matter, when they are all combined into one file?
Order matters in possibly one or more of the following situations: When one of your scripts contains dependencies on another script. If the script is in the BODY and not the HEAD.. UPDATE: HEAD vs BODY doesn’t seem to make a difference. Order matters. Period. When you are running code in the global namespace that … Read more