I have multiple js input files. How can I make the Microsoft Ajax Minifier (using AjaxMinTask.dll) combine them into a single minified js file?
I solved it by doing this:
<Exec Command="echo y| type %(SourceFiles.Identity) >> $(ScriptOutputPath)\$(RootNamespace).debug.js" />