There is a new release of microsoft ajax minifier on codeplex.com
What Ajax minifier does?
Ajax Minifier reduce the size of your JavaScript files to improve the performance of you Ajax enabled site.
What does it support?
The Microsoft Ajax Minifier supports two levels of minification: normal crunching and hypercrunching. Normal crunching refers to the process of removing unnecessary whitespace, comments, semicolons, and curly braces. Hypercrunching refers to the process of shortening the names of local variables and removing unreachable code.
You can review the project at
http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35893
I am using Microsoft Ajax Minifier since few years to deal with Javascript files and found this tool to be useful internally.
ReplyDelete