I have about 6-7 javascript files that I want to minimize and combine. I am reducing my javascript here: http://www.minifyjavascript.com/
I find it difficult to "combine" my javascript. By combining, I just copy and paste all javascript into one huge js file? If I do this, I will have about 1000 lines of code, and I have to figure out the exact dependencies. Is there a simple online program that can do this for me? Also, do I need to combine scripts like jquery with my scripts?
Any help would be appreciated.
source share