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.