Commented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: Important comments aren't always preserved [19416]
Looks like important comments need to be at the document level to be preserved:```Something.init(/*!This is an important comment */);/*!This is an important comment too! */function Dennis() {/*!So is...
View ArticleCreated 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 Issue: Memory Leak [19529]
So I have this project where I match via Regex all the scripts in the page, combine them into only one script that sends all scripts names to a handler.In the handler, I load all scripts and minify...
View ArticleCreated Issue: default "unused:remove" can break ref parameters [19559]
This code:```var outRef = { };for (var j=0; j<count; j++) { this.doSomething( array[j], outRef );}```Is optimized to:```for (var j=0; j<count; j++) { this.doSomething( array[j], { } );}```The...
View ArticleCommented Issue: AjaxMinTask not working as expected [19459]
I am using AjaxMinTask and ajaxmin files from a .NET project in VS2010 to concatenate and compress both css and js files. 1. First problem is that the js code is broken once minified. I am using 14...
View ArticleCommented Issue: default "unused:remove" can break ref parameters [19559]
This code:```var outRef = { };for (var j=0; j<count; j++) { this.doSomething( array[j], outRef );}```Is optimized to:```for (var j=0; j<count; j++) { this.doSomething( array[j], { } );}```The...
View Article