Automatic compilation when changing a file

Is there a way to do automatic compilation using typescript? How to use mindscape for CoffeScript? You just save the file, and the extension compiles your codes.

+4
source share
3 answers

This is supported in RTM VS2012 using the latest WebEssentials 2012 extension (released yesterday with the neat TypeScript double windows editor)

EDIT:

WebEssential2012 Version 3.0 was devoid of any TypeScript features , as it conflicts with the latest enhancements to the official TypeScript Visual Studio plugin.

Now compilation with saving is supported by the plugin with TypeScript v0.8.2 , and if you are editing a project file: https://typescript.codeplex.com/wikipage?title=Compile-on-Save

+12
source

This is not supported in Visual Studio at this time. There is already a problem on CodePlex to track this problem; You can add your vote there.

http://typescript.codeplex.com/workitem/12

+4
source

You can follow the links displayed here: http://vswebessentials.com/changelog http://typescript.codeplex.com/wikipage?title=Compile-on-Save

warning: TypeScript support has been removed from Web Essentials

Currently I do not know how to compile to save website designs ...

0
source

Source: https://habr.com/ru/post/1437720/


All Articles