Reputation: 2100
I'd like to run a script (pre-build or post-build) when I build my jsproj from Visual Studio 2012. I've tried right-clicking the jsproj and the Solution, and going to properties but I can't find the "compile" tab or any "build events" button. Does anyone know how to do this?
Upvotes: 1
Views: 419
Reputation: 301
You should be able to accomplish this by modifying the .jsproj file by hand, see related question How do I create a pre-build step for a javascript metro app in VS11?
Upvotes: 1