Jun 30th
2005
2005
JSMIN, The JavaScript Minifier
JSMIN, The JavaScript Minifier
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.



July 18th, 2005 at 1:09 pm
How can jsmin be used to allow more than 1 js file
July 18th, 2005 at 5:57 pm
Deepa,
I’m not sure if it can be used in this way, other than if you created a batch file that takes a list of files then runs jsmin on each one in turn.