Free GUI Tool for the Microsoft Ajax Minifier

This tool I wrote is a Windows application that allows you to interact with the Microsoft Ajax Minifier without using the command line or Visual Studio.  With this GUI tool you can do the following:

  • browse to the JavaScript file to be minified
  • run the minifier in the background
  • enable/disable the minifier’s hypercrunch and analysis options
  • open the output folder once the minifier finishes
  • view the minifier’s output

Free GUI Tool for the Microsoft Ajax Minifier

Download

Download the installer of the free GUI tool for the Microsoft Ajax Minifier.

More information about the Microsoft Ajax Minifier

The Microsoft Ajax Minifier reduces the size of a JavaScript file by removing unnecessary content from the JavaScript file. The tool supports two modes: normal crunching and hypercrunching.

In normal crunching, the tool strips comments, unnecessary whitespace, curly-braces, and semicolons from a JavaScript file.  In hypercrunching mode, the the tool shortens the names of local variables (variables in functions but not global variables) and removes unreachable code.

For detailed information about the Microsoft Ajax Minifier, check these sources:

Have comments or suggestions?

If you have any type of feedback, I’d love to hear from you.  Leave me a comment, or reach me via Twitter or email.

Enjoy!

E-mail   Permalink    Comments(5)   Trackback

Tags:

Comments

By topsy.com  on Monday, October 19, 2009

Pingback from topsy.com

Twitter Trackbacks for
        
        Free GUI Tool for the Microsoft Ajax Minifier
        [miamicoder.com]
        on Topsy.com

By LOVE_MOSS_NOT  on Monday, October 19, 2009

Good tool, but I still prefer to minimize and cache on demand.

See http://mvcresourceloader.codeplex.com/


By LloydK  on Wednesday, October 21, 2009

How does it compare to YUICompressor?

By Jorge  on Wednesday, October 21, 2009

@LloydK

I think ScottGu has some stats on his post: weblogs.asp.net/.../...icrosoft-ajax-minifier.aspx

By MiamiCoder  on Thursday, June 24, 2010

New Version of My Free GUI for the Microsoft Ajax Minifier

New Version of My Free GUI for the Microsoft Ajax Minifier