Commented 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 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: 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 ArticleEdited 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 ArticleEdited 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 ArticleEdited Unassigned: AjaxMinManifestTask does not respect the -clobber argument...
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 ArticleEdited 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 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 ArticleCreated Unassigned: -debug flag does not work when -pretty is specified [20445]
We'd like to use ajaxmin to strip out comments and debug code from our .js files, however, we do not want full minification.Unfortunately, it looks like the '-pretty' command flag does not work well...
View ArticleCommented Unassigned: -debug flag does not work when -pretty is specified...
We'd like to use ajaxmin to strip out comments and debug code from our .js files, however, we do not want full minification.Unfortunately, it looks like the '-pretty' command flag does not work well...
View ArticleCommented Unassigned: -debug flag does not work when -pretty is specified...
We'd like to use ajaxmin to strip out comments and debug code from our .js files, however, we do not want full minification.Unfortunately, it looks like the '-pretty' command flag does not work well...
View ArticleCommented Unassigned: -debug flag does not work when -pretty is specified...
We'd like to use ajaxmin to strip out comments and debug code from our .js files, however, we do not want full minification.Unfortunately, it looks like the '-pretty' command flag does not work well...
View ArticleCommented Unassigned: -debug flag does not work when -pretty is specified...
We'd like to use ajaxmin to strip out comments and debug code from our .js files, however, we do not want full minification.Unfortunately, it looks like the '-pretty' command flag does not work well...
View ArticleCreated Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View ArticleCommented Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View ArticleCommented Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View ArticleCommented Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View ArticleCommented Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View ArticleCommented Unassigned: Problem creating new Var nodes [20489]
Hi,I would like to create a new Var node, but how do I append children to it, when the Append method on the Declaration class is internal?In case there is no way of doing this, could you perhaps make...
View Article