Could someone explain to me how to use the Microsoft Ajax Minifier from a nant-script as a nant-task. I've seen examples of how to use it in Visual Studio but I would like the minification to be done on our CI-server.
|
feedback
|
|
I'm not sure specifically about the MS Ajax Minifier, but here's what I did to get the Yahoo! UI Library: YUI Compressor for .Net working.
| |||
|
feedback
|
|
This is the code i use, it minifies all *.js and *.css in a folder using ajaxminifier
Note that this script overwrites the files with the minified version ( with -clobber:true arg). ${ajaxminifier.exe} is the path to ajaxmin.exe | |||
|
feedback
|
|
| |||
|
feedback
|
|
| |||
|
feedback
|