Compress Your JavaScript

October 2nd, 2006 § 9

I have been doing some web applications lately, and wanted to compress my JavaScript files so that page loads are quicker. I looked around for applications to do this, and ended up building my own based off of JSMin. I am releasing it to the public for free usage as well. It is a toned down version making it easy to cut and paste your JavaScript and get the compressed results. I am also working on a CSS version that will do the same for CSS files. In the future I would like to build a free desktop application that will compress all of your JavaScript and CSS files in one swoop. I know there are applications out there that do that, but I just want a quick down and dirty way of accomplishing this. In the mean time, compress your JavaScript below:

Compression Level

Input


- – - – - -

Output



Old Size: N/A  New Size: N/A  Ratio: N/A

Based off of the JavaScript version of JSMin.

§ 9 Responses to “Compress Your JavaScript”

What's this?

You are currently reading Compress Your JavaScript at Code and Coffee.