asp.net mvc - TypeScript not compiling with WE3 and TS 0.9.1.1 -


i upgraded latest version of webessentials v3 , ts files in asp mvc 4 project aren't compiling js anymore. verified options --> text editor --> typescript --> project --> automatically compile typescript files part of project option checked, nothing happens when save or compile project. i've tried deleting existing .js , .min.js files we2 created, didn't help. tried adding new ts file project , didn't generate js file. reinstalled ts 0.9.1.1 , didn't help.

sooooo do? missing obvious? not working or have wrong expectations?

do need go we2?

update: created brand new asp mvc 4 c# project verify wasn't original project, got same results.

interestingly enough, created new typescript project , ts files compiled on save... that's interesting..

there links in change log of we3, here 1 describes how enable compile-on-save feature, see http://typescript.codeplex.com/wikipage?title=compile-on-save details.

i've created nuget package called ltc.msbuild.ts0911we3.targets trick you, open package manager console, type in install-package ltc.msbuild.ts0911we3.targets!

go ltc.msbuild.ts0911we3.targets on nuget.org.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -