Questions tagged [ajaxmin]

For questions about ajaxmin, a tool by Microsoft that reduces the size of CSS and JavaScript files

For questions about ajaxmin, a tool by Microsoft that reduces the size of and files.

33 questions
0
votes
1 answer

Using the RES command line parameter with the ajaxmin task

How do I use the RES switch in the Ajaxmin MSBuild task? I had trouble doing it, even though I got it working in command line. I'm guessing that I'm using the wrong syntax. This is what I use in command line: ajaxmin.exe Combined.min.js -RES:Strings…
user648931
  • 503
  • 5
  • 18
0
votes
1 answer

default minification using ajaxmin (no changing variable, function names - remove only comments and white space)

I am using microsoft ajax minifier and I am using below piece of code to minify CSS and JS files, I wish to remove only comments and white space. I do not wish to rename or change the variable name or function name. how can I use the options for…
Kalish
  • 803
  • 1
  • 8
  • 18
0
votes
1 answer

Ajax Minifier: JS file duplication when combining via project file / msbuild task

I've been attempting to get minification and bundling working on my MVC3 project for some time, trying out quite a few different compressors and methods. I've finally settled on using Microsoft Ajax Minifier via an msbuild task in my project file.…
1 2
3