Just minifying a JavaScript file doesn't do anything to the actual code. It is still all there, it's just smaller and more compact. If you use something like Closure Compiler, you'd want to compile all your JS files at once in the end rather than compiling one file because Closure optimizes names as well. ------------------------ Gary Katsevman Computer Science Undergraduate Northeastern University gkatsev.com
-- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
