visual studio 2012 - TypeScript - not updating javascript after 0.9 install -
first did not have intellisense when using typescript. installed typescript 0.9 vs2012.
now have intellisense javascript files no longer updates.
i have checked typescript options "compile typescript on save". still, nothing compiles.
ideas?
my guess updated web esentials plugin newest version.
web essentials no longer supports typescript compilation. have 2 options fix problem:
- revert earlier version of web essentials (2.7 or 2.6)
- update project file handle typescript compile
see: https://typescript.codeplex.com/wikipage?title=compile-on-save
and http://vswebessentials.com/changelog
this may helpful: https://typescript.codeplex.com/discussions/454045
Comments
Post a Comment