I am trying to use JSMin to compress Javascript on a .NET project, but since I don't want to create another dependency on the project I was wondering how could I have the executable file on my source control so that when building the project, so that I could "run" that executable on a post build event.
Any thoughts ?