I want to use YUI Compressor (the original) and use it as part of typical MS build processes (Visual Studio 2008, MSBuild).
Does anyone have any guidance or thoughts on
I've used compiler directives for my script includes- for example (in the master page);
... <% #if RELEASE %> <% #else %> <% #endif %>