barbatus / meteor-typescript

4 stars 15 forks source link

useCache #2

Closed portah closed 8 years ago

portah commented 8 years ago

I do not know is it exactly this module or not. I used instructions for meteor 1.3 and this module was installed.

Here is my issue. I have a file something.ts in project/common directory. So it runs in client and server. When I change the file the client always has the latest version but the server keeps the first version. If I cleanup ~/.typescript-cache then meteor recompiles the file and server has current version, till I change something. If I force option.useCache = false. Then at least after meteor restart I have latest recompile version.

barbatus commented 8 years ago

thanks!

portah commented 8 years ago

Thanks to you too, going to check :) :+1: