Search code examples
javascriptvisual-studiovisual-studio-2012winjs

Visual Studio Build Events for Javascript projects


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?


Solution

  • 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?