0

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 Strings.resx -o test.min.js

What would be the Ajaxmin task equivalent for this?

This is what I tried and it doesn't work:

AjaxMin Switches="-RES:Strings Strings.resx" JsSourceFiles="Combined.min.js" JsCombinedFileName="test.min.js" /
JDB
  • 25,172
  • 5
  • 72
  • 123
user648931
  • 503
  • 5
  • 18

1 Answers1

0

You're doing it right -- you found a bug in the AjaxMin build task. I'll get it fixed for the next version, 4.69.

Ron Logan
  • 407
  • 5
  • 5