Dealing with development and large javascript files?

Posted by maxp on Stack Overflow See other posts from Stack Overflow or by maxp
Published on 2010-05-27T09:09:59Z Indexed on 2010/05/27 9:21 UTC
Read the original article Hit count: 262

Filed under:
|
|

When dealing with websites with large amount of javascript, i see that these are still usually served to the client as one large javascript file.

In the development phase, are the javascript files usually split up (say there are >300 lines of js) to make things abit more manageable, and then merged when the website is 'put live'? Or do the developers just put up with working in one long large file?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about minify