I want to customize a .NET build process so that I can run an executable (a Javascript minimization program) across all my Javascript files before deployment. I’ve searched on the web, and I am not seeing a good way to do something like this. Can someone point me in the right direction?
Thank you.
Here’s how to do it with the Yahoo one and MSBuild. Just change it to work with jsmin instead. I’m sure if you Google MSBuild and jsmin you will find an exact match…
Update- this looks like a C# port of JSMin complete with an MSBuild task.