Closed 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 ArticleClosed 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 ArticleClosed Unassigned: Minifying CSS files causes a stackoverflow [20249]
We have included the less Files for the pro Version of glyphicons into our project and now we are getting a stack overflow message when trying to compile those files with web essentials. This error...
View ArticleClosed Unassigned: CSS: “\a” converted to “\n” when minified [20541]
When running AjaxMin on a .css file, any instance of "\a" is being converted to "\n"Comments: fixed in 5.6
View ArticleClosed 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 ArticleClosed Unassigned: Feature Removed, Want Back [19957]
When using AjaxMinifier.exe (which replaced our AjaxMin.exe), one of the updates removed the file name that was currently being updated when it uses an XML file to get the list of files to minify. So...
View ArticleClosed Unassigned: analyze files are hard to use for concatenated files [19791]
I'm trying to consume an analyze XML file to help add context to a map file and I noticed that the various fields, e.g. srcLine, srcCol refer to the original unminned file, and there is no way to map...
View ArticleClosed Unassigned: White space removal in @media queires [20611]
This appears to be a variant of this issue.https://ajaxmin.codeplex.com/workitem/14704__This code__@media(min-width:992px) and (max-width:1199px) __Compiles to__ @media(min-width:992px)and...
View ArticleCreated Unassigned: ReportViewer Control and Error Loading AjaxMin 4.97.....
Hi Guys:I have a weird issue. I have a vb web project build in .Net Framework 4 and AjaxControl Toolkit 4.The problem is when i try to add a Matrix or Table Control to a ReportViewer, the developer...
View ArticleCreated Unassigned: Documentation Errors With Import Path [20689]
Two errors exist (same fault but with two different aspects depending on how you use AjaxMin) in the documentation/wiki and maybe should also be resolved my making changes to the installation/default...
View ArticleCreated Unassigned: Assembly Reference Should Not Be Added By Default [20690]
One really annoying feature is the addition of the AjaxMin assembly reference to each project. I'm not sure if that came with your NuGet installation script, but please remove it. It is only a special...
View ArticleCommented Unassigned: Install & Documentation Errors With Import Path [20689]
Two errors exist (same fault but with two different aspects depending on how you use AjaxMin) in the installation and documentation/wiki regarding the VS extensions path and file name:1) If you are...
View ArticleCommented Unassigned: Assembly Reference Should Not Be Added By Default [20690]
One really annoying feature is the addition of the AjaxMin assembly reference to each project. I'm not sure if that came with your NuGet installation script, but please remove it. It is only a special...
View ArticleCreated Unassigned: Misc minification errors [20699]
Various minfication failures result from the following valid CSS (the error appears to be caused by the contents of the CSS comment, which is actually commented-out SCSS):```button.small, .button.small...
View ArticleCreated Unassigned: Add SharePoint theming CSS comments [20705]
SharePoint uses CSS comments to enable theming.We'd love to minify the CSS but we need the theming-comments.Maybe it's possible to add a SharePoint-Theming-Switch like you did with "important"...
View ArticleCommented Unassigned: Add SharePoint theming CSS comments [20705]
SharePoint uses CSS comments to enable theming.We'd love to minify the CSS but we need the theming-comments.Maybe it's possible to add a SharePoint-Theming-Switch like you did with "important"...
View ArticleCommented Unassigned: Add SharePoint theming CSS comments [20705]
SharePoint uses CSS comments to enable theming.We'd love to minify the CSS but we need the theming-comments.Maybe it's possible to add a SharePoint-Theming-Switch like you did with "important"...
View ArticleCommented Unassigned: Add SharePoint theming CSS comments [20705]
SharePoint uses CSS comments to enable theming.We'd love to minify the CSS but we need the theming-comments.Maybe it's possible to add a SharePoint-Theming-Switch like you did with "important"...
View ArticleCommented Unassigned: Misc minification errors [20699]
Various minfication failures result from the following valid CSS (the error appears to be caused by the contents of the CSS comment, which is actually commented-out SCSS):```button.small, .button.small...
View ArticleCreated Unassigned: css `content:` is manipulated when minified [20706]
The minifier now changesThis:```.fa-cog:before { content: "\f013";}```To this:```.fa-cog:before{content:""}```This effects libraries such as font-awesome, bootsrap and of course any other code using...
View Article