Commented Unassigned: Will Not Run from a Batch File [21901]
Dear AllI'm trying to create a simple batch file that I can run to automatically minify a number of CSS and js files. When I paste this command at the Command Prompt, it works correctly:"C:\Program...
View ArticleCommented Unassigned: Minification with sourcemaps hangs while debugging [21834]
When I create a minified file with sourcemapping enabled, debugging will hang on the creation of the minified file. I can find a reference to this problem in the [WebEssentials 2012 source...
View ArticleClosed Unassigned: Will Not Run from a Batch File [21901]
Dear AllI'm trying to create a simple batch file that I can run to automatically minify a number of CSS and js files. When I paste this command at the Command Prompt, it works correctly:"C:\Program...
View ArticleCommented Unassigned: Incorrect minification of HTML strings [21899]
Steps to reproduce:Create test.js with this code:```var str = '<div>Test</div>';```Run `ajaxmin.exe test.js -out test.min.js`Output:```var str="<div>Test<\/div>"```Expected...
View ArticleCommented Unassigned: Incorrect minification of HTML strings [21899]
Steps to reproduce:Create test.js with this code:```var str = '<div>Test</div>';```Run `ajaxmin.exe test.js -out test.min.js`Output:```var str="<div>Test<\/div>"```Expected...
View ArticleClosed Unassigned: Incorrect minification of HTML strings [21899]
Steps to reproduce:Create test.js with this code:```var str = '<div>Test</div>';```Run `ajaxmin.exe test.js -out test.min.js`Output:```var str="<div>Test<\/div>"```Expected...
View ArticleCreated Unassigned: Add option to prefer single to double quotes [21971]
In OutputVisitor.EscapeString you're favoring double over single quotes.Could you add a CodeSettings to prefer single over double quotes?This is useful when for embedding JavaScript in a double quoted...
View ArticleCreated Unassigned: Improve recognition of ES6 getters/setters [21977]
I have the following JavaScript code, compiled from TypeScript 1.5 with a target of ECMAScript 6, that causes an error in AjaxMin when running with `-js:es6`:```var Foo;(function (Foo_1) { class Foo {...
View ArticleCreated Unassigned: Can't have 'break' outside of loop [21992]
I get the following error during minify:(Minifier) Can't have 'break' outside of loop: break tBut that is possible in javascript.Se the following example from...
View ArticleCommented Unassigned: Installing NuGet package does not add the Import...
I'm trying to set up the AjaxMin NuGet package on a new web site. I intend to integrate it as a build step. You indicated in a discussion that the package is now set up to install itself as part of the...
View ArticleCreated Unassigned: Debug flag creates empty objects from variable names...
In a JavaScript library I'm using, the following code is included:```var console = window.console;```I've defined "console" as a debug namespace that the minifier should remove, so that console.log and...
View ArticleCreated Unassigned: CKEditor (4.5.4) minification generates invalid...
The attached file (CKEditor 4.5.4 version) on the latest current version generates some invalid JavaScript when 'minified'. This only occurs when MinifyCode is set to true, running it through otherwise...
View ArticleCommented Unassigned: CKEditor (4.5.4) minification generates invalid...
The attached file (CKEditor 4.5.4 version) on the latest current version generates some invalid JavaScript when 'minified'. This only occurs when MinifyCode is set to true, running it through otherwise...
View ArticleCreated Unassigned: Minifier turns (0, eval) into eval [22084]
I originally posted this in [Mads Kristensen's BundlerMinifier project](https://github.com/madskristensen/BundlerMinifier/issues/63), but he suggested I post it here, so below is a copy of that post....
View ArticleCommented Unassigned: Minifier turns (0, eval) into eval [22084]
I originally posted this in [Mads Kristensen's BundlerMinifier project](https://github.com/madskristensen/BundlerMinifier/issues/63), but he suggested I post it here, so below is a copy of that post....
View ArticleCommented Unassigned: Minifier turns (0, eval) into eval [22084]
I originally posted this in [Mads Kristensen's BundlerMinifier project](https://github.com/madskristensen/BundlerMinifier/issues/63), but he suggested I post it here, so below is a copy of that post....
View ArticleCreated Unassigned: Change BuildAjaxMinManifests AfterTargets to BeforeBuild...
I had to change the following line in the AjaxMin.targets file provided by the nuget package in order to get the minified files copied to a location that could then be picked up by Octopack (used by...
View ArticleCreated Unassigned: SourceMaps sourceMappingURL being relative doesn't work...
In cases where we use URL routing in the path we load javascript files using an absolute path to avoid issues but the source maps are not absolute and therefore do not load.It would be beneficial to...
View ArticleCreated Unassigned: The
I'm having an issue when compressing css that has embedded asp.net blocks in the background-image url, it chops part of it out. Here is how we are using it:var minifier = new...
View ArticleCommented Unassigned: Minifier turns (0, eval) into eval [22084]
I originally posted this in [Mads Kristensen's BundlerMinifier project](https://github.com/madskristensen/BundlerMinifier/issues/63), but he suggested I post it here, so below is a copy of that post....
View Article