In the simplest case, you should be able to download jsmin and run it from a command line.
http://www.crockford.com/javascript/jsmin.html jsmin.exe <first.js >minified.js "// Copyright (c) 2009 You and Others" jsmin.exe <second.js >>minified.js jsmin.exe <third.js >>minified.js Then include minified.js in your pages. YUI Compressor does a better job, but the setup is a bit more complex: http://developer.yahoo.com/yui/compressor/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---