Unbale to generate changes in JS file after saving TypeScript file

丶灬走出姿态 提交于 2019-12-13 04:23:00

问题


I am using Visual Studio 2012 along with TypeScript 0.9.5 and Web Essential 3.5. After I make changes in TypeScript file and save it. The changes are not saved in JavaScript file. I navigated through Tools > Options > Web Essentials > TypeScript in VS 2012 but found the options have changed. Earlier I was using TS 0.8.1 and WebEssentials 2.8 and everything was working.

Please provide your suggestions.


回答1:


Just a link through to Tim LaBonne's blog where he outlines the changes needed to the project file to support Compile on Save.

http://www.timlabonne.com/2013/07/getting-compile-on-save-to-work-for-typescript-in-vs2012/

You should also update to the latest Web Essentials ( version 3.6.5 as at time of question posted ).



来源:https://stackoverflow.com/questions/21989661/unbale-to-generate-changes-in-js-file-after-saving-typescript-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!