Environment:
- Windows 7 Professional Service Pack 1
-
Visual Studio 2012 Professional
Created a new ASP.NET MVC 4 Empty Project and added a .TS file to a Scripts folder that I had added. The .TS File contains the sample Shapes TypeScript example.
As I edit the .TS file, and rebuild the project. I notice that the underlying .JS still has the Shapes example code, not the code I've written. I cannot spot what I'm supposed to do in order to rebuild the .JS file so that it contains my code.