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.
Link to share this: https://gabrielserafini.com/blog/2005/06/30/jsmin-the-javascript-minifier/
2 responses to “JSMIN, The JavaScript Minifier”
How can jsmin be used to allow more than 1 js file
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.