Typescript 0.8.2 - Compile on save with specified output file -
i'm trying configure typescript solution both compile-on-save (which have working fine) in add-on specifying output directory.
is possible? see in typescript targets file there's check see --out file specified. if is, compile-on-save disabled.
<typescriptcompileonsaveenabled condition="'$(typescriptenablecompileonsave)' != 'false' , '$(typescriptoutfile)' == ''">true</typescriptcompileonsaveenabled>
this not supported. there issue logged track at: http://typescript.codeplex.com/workitem/854
typescript
No comments:
Post a Comment