User Interface for Microsoft Ajax Minifier 4.0

Here’s another release of AjaxminGui, a tool that allows you to run the Microsoft Ajax Minifier without using the command line or Visual Studio. This version is compatible with Microsoft Ajax Minifier 4.0.

Features

This is what you can do with the latest version of AjaxminGui:

  • minify all javascript and css files in a folder and nested folders
  • minify individual javascript or css  files
  • enable/disable the minifier’s analysis option
  • enable/disable removal of debug statements
  • ignore eval statements
  • enable/disable renaming of functions and removal of unreferenced functions
  • enable/disable removal of comment-based css hacks

Download

Version 1.2 – AjaxminGui 1.2 (Compatible with Microsoft Ajax Minifier 4.0)

Version 1.1 - AjaxminGui 1.1

Send me your comments or suggestions

If you have any type of feedback, I’d love to hear from you.  Leave me a comment, reach me via Twitter: @miamicoder, or email: ramonj[AT]miamicoder.com.

New Version of My Free GUI for the Microsoft Ajax Minifier

I just updated AjaxminGui, my free user interface for the Microsoft Ajax Minifier. This tool is a Windows application that allows you to run the Microsoft Ajax Minifier without using the command line or Visual Studio.

Features

With AjaxminGui you can do the following:

  • minify all javascript files in a folder and nested folders (New feature)
  • minify individual javascript files
  • 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

Download

Download the new version of AjaxminUI,  the free GUI for the Microsoft Ajax Minifier.

If you’d like, you can take a look at the Original version of AjaxminUI.

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: @miamicoder, or email: ramonj[AT]miamicoder.com.

Acknowledgments

Thanks to Brian Brushwood of PerthWeb Pty Ltd for suggesting some of the changes included in this version.

Enjoy!

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

Download

Download 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!