JSMIN, The JavaScript Minifier

Updated . Posted . Visible to the public.

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.

Last edit
Keywords
javascript
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2009-02-13 10:11)