Commented Issue: Not working on Azure Cloud App [19366]
I've set up AjaxMin on my local environment following this tutorial (http://www.asp.net/ajaxlibrary/AjaxMinQuickStart.ashx) and it's working great locally. I've tried to push my code out to our...
View ArticleClosed Issue: Problem with if and var definition within { } [18619]
I have the following code if(typeof(MYVAR)==='undefined'){ var MYVAR= {};} MYVAR.Something = -1; var browName = navigator.appName; var SiteID = 1; var ZoneID = 1; var browDateTime = (new...
View ArticleReopened Issue: Problem with if and var definition within { } [18619]
I have the following code if(typeof(MYVAR)==='undefined'){ var MYVAR= {};} MYVAR.Something = -1; var browName = navigator.appName; var SiteID = 1; var ZoneID = 1; var browDateTime = (new...
View ArticleClosed Issue: Problem with if and var definition within { } [18619]
I have the following code if(typeof(MYVAR)==='undefined'){ var MYVAR= {};} MYVAR.Something = -1; var browName = navigator.appName; var SiteID = 1; var ZoneID = 1; var browDateTime = (new...
View ArticleClosed Issue: renaming within ASPX variables [17752]
Having issues with the following code; $("#descText").text('<%=Core.Localization.Localize("a_EditMessage", "' + event.title + '", "' + event.rType.toLowerCase() + '")%>'); As 'event' is being...
View ArticleCreated Issue: Minifying CSS with media queries [19406]
When minifying a CSS file that contains a media query on top, the media query expression is being concatenated and won't work anymore.Before minifying:```@media screen and (max-width: 800px) {...
View ArticleCommented Issue: Minifying CSS with media queries [19406]
When minifying a CSS file that contains a media query on top, the media query expression is being concatenated and won't work anymore.Before minifying:```@media screen and (max-width: 800px) {...
View ArticleCommented Issue: Minifying CSS with media queries [19406]
When minifying a CSS file that contains a media query on top, the media query expression is being concatenated and won't work anymore.Before minifying:```@media screen and (max-width: 800px) {...
View ArticleClosed Issue: Minifying CSS with media queries [19406]
When minifying a CSS file that contains a media query on top, the media query expression is being concatenated and won't work anymore.Before minifying:```@media screen and (max-width: 800px) {...
View ArticleCreated 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 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 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: Unicode Issues [19423]
I used a older version of AjaxMin and when I minify the file Unicode characters are encoded properlyFor example Bokade besök will be converted to Bokade bes\u00f6kBut with the latest update it doesn’t...
View ArticleCommented Issue: Unicode Issues [19423]
I used a older version of AjaxMin and when I minify the file Unicode characters are encoded properlyFor example Bokade besök will be converted to Bokade bes\u00f6kBut with the latest update it doesn’t...
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 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: Using a shift and enabling RemoveUnneededCode generates a...
I got the following code:```var getTransformProperty = function (element) { var properties = ['transform','WebkitTransform','msTransform','MozTransform','OTransform']; var p; while (p =...
View ArticleCommented Issue: Using a shift and enabling RemoveUnneededCode generates a...
I got the following code:```var getTransformProperty = function (element) { var properties = ['transform','WebkitTransform','msTransform','MozTransform','OTransform']; var p; while (p =...
View ArticleCommented Issue: Using a shift and enabling RemoveUnneededCode generates a...
I got the following code:```var getTransformProperty = function (element) { var properties = ['transform','WebkitTransform','msTransform','MozTransform','OTransform']; var p; while (p =...
View ArticleCreated 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 Article