PDA

View Full Version : Tool Combining & Minifying Javascript Files?



vendiddy
3 Jan 2008, 12:25 PM
Hi,

What do you all use to combine your javascript source files into a single file and then minify the result? I'm trying to reduce the number of requests to the server.

Happy New Year btw!

brian.moeskau
3 Jan 2008, 12:26 PM
http://extjs.com/learn/Tutorial:Building_Ext_From_Source

vendiddy
3 Jan 2008, 2:31 PM
Thanks, I will check JS Builder out. :)