jsmin: jsmin (The JavaScript Minifier) jsmin: jsmin: JSMin is a filter which removes comments and unnecessary whitespace jsmin: from JavaScript files. It typically reduces filesize by half, jsmin: resulting in faster downloads. It also encourages a more expressive jsmin: programming style because it eliminates the download cost of clean, jsmin: literate self-documentation. jsmin: jsmin: jsmin: http://www.crockford.com/javascript/jsmin.html jsmin: