Edited Unassigned: Build task fails if arguments are specified and in/out...
Steps taken -* Installed the 4.96 MSI* Removed cleanup task from AjaxMin.targets in $(MSBuildExtensionPath)\\....* Added .targets reference to .csproj - <Import...
View ArticleCommented Issue: Microsoft Ajax Minifier 5.0 problems [20199]
During using the Microsoft Ajax Minifier 5.0 in ASP.NET MVC 4 (.NET 4.0), the following error occurs: ```Could not load file or assembly 'AjaxMin' or one of its dependencies. An attempt was made to...
View ArticleClosed Issue: Microsoft Ajax Minifier 5.0 problems [20199]
During using the Microsoft Ajax Minifier 5.0 in ASP.NET MVC 4 (.NET 4.0), the following error occurs: ```Could not load file or assembly 'AjaxMin' or one of its dependencies. An attempt was made to...
View ArticleCommented Unassigned: Manifest files are not closed properly when using the...
I tried using the AjaxMinManifestTask in my SharePoint project in the AfterLayout target in MSBuild in order to minify my scripts in the "pkg" folder structure that is later packaged into deployable...
View ArticleCreated Unassigned: AjaxMinManifestTask does not respect the -clobber...
Sice the SwitchParser doesn't parse the -clobber argument but instead fires the UnknownParameter event that is handled correctly in the MainClass class, but isn't handled in AjaxMinManifestTask.We are...
View ArticleCommented Unassigned: AjaxMinManifestTask does not respect the -clobber...
Sice the SwitchParser doesn't parse the -clobber argument but instead fires the UnknownParameter event that is handled correctly in the MainClass class, but isn't handled in AjaxMinManifestTask.We are...
View ArticleCommented Unassigned: AjaxMinManifestTask does not respect the -clobber...
Sice the SwitchParser doesn't parse the -clobber argument but instead fires the UnknownParameter event that is handled correctly in the MainClass class, but isn't handled in AjaxMinManifestTask.We are...
View ArticleCreated Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Unassigned: AjaxMinManifestTask does not respect the -clobber...
Sice the SwitchParser doesn't parse the -clobber argument but instead fires the UnknownParameter event that is handled correctly in the MainClass class, but isn't handled in AjaxMinManifestTask.We are...
View ArticleCommented Unassigned: Named anonymous function is renamed incorrectly [20309]
In AjaxMin 4.x, named anonymous function is renamed incorrectly so my code doesn't work after minified. For example:Before minification:```setTimeout(function test() { dosomething(); setTimeout(test,...
View ArticleCommented Issue: Adv. minification suggestions - 2 [19504]
It would be possible to minify calls to static namespaced methods by replacing the namespaced method into a variable that would be moved to the topmost scope in a function? This of course will only...
View ArticleCreated Unassigned: NullreferenceException [20417]
In case of invalid syntax JS like something.call(),.call() (see more complete example below) a NullReferenceException is throws (see callstack below).Code sample```if (window.FileReader) {$(".j_drop",...
View ArticleCreated Unassigned: Unicode problem [20420]
Hello,Ajaxmin throws exceptions when minifying a Unicode value:$.Constant({Static:true , Public:false}, "HIGH_SURROGATE_START", "\ud800");Error : Invalid hexadecimal escape sequence: "\ud800 It seems...
View ArticleCommented Unassigned: Unicode problem [20420]
Hello,Ajaxmin throws exceptions when minifying a Unicode value:$.Constant({Static:true , Public:false}, "HIGH_SURROGATE_START", "\ud800");Error : Invalid hexadecimal escape sequence: "\ud800 It seems...
View ArticleCommented Unassigned: Unicode problem [20420]
Hello,Ajaxmin throws exceptions when minifying a Unicode value:$.Constant({Static:true , Public:false}, "HIGH_SURROGATE_START", "\ud800");Error : Invalid hexadecimal escape sequence: "\ud800 It seems...
View Article