microsoft-ajax-minifier

individually minify JS and CSS in Visual Studio 2010

I'm currently migrating a project to Visual Studio 2010 and am trying to figure out how to minify JS and CSS files individually on build. In Visual Studio 2008 I used a Web Deployment Projects with a build task that referenced the C# port of the YUI Compressor. In Visual Studio 2010 Web Deployment Projects seem to have been integrated ...

Using the Microsoft Ajax Minifier with Web Setup project & Source Control

I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project & Source Control. Essentially what I...

Merging multiple jscript files into one with msbuild task?

I am using Microsoft Ajax Minifier to convert file1.js to file1.min.js. Now I would like to take file1.min.js and file2.min.js and merge them into files-merged.min.js. I have found several open source msbuild projects but with no documentation on how to use them! I am using Visual Studio 2010, is this something Ajax Minifier can do, if...

Why Microsoft Ajax Minifier doesn't generate mini file with Team build 2010?

Hi, I just used the wonderful tool Microsoft Ajax Minifier and it's working very well when I build my MVC application on my machine but when I check-in in source control and started build by the Team Build 2010 it doesn't create the min files, for sure I can't put the mini files inside the source control as the recommendation from the Mi...