Minify your Javascript with JSMin

Using Ryan Grove’s PHP port of Douglas Crockford’s JSMin filter we’ve hosted an interface allowing you to upload your javascript file and get the minified version returned via a textarea or file download on submission. To take a sentence from Douglas’ site: “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.”

Try the tool: http://www.digitaloverload.co.uk/jsmin/

Leave a Reply