-
Notifications
You must be signed in to change notification settings - Fork 661
'gulp watch' not recompiling .ts files on Windows #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same problem in my environment. |
(somewhat shameless plug) @jasteph reported ts-loader worked, might be worth a try (and help narrow down where the problem lies) |
s-panferov/awesome-typescript-loader#72 works for me. Try it. |
Sorry, I don't have a Win env to test that kind of issues. Hope someone of the community could help. |
Changing package.json to make "awesome-typescript-loader": "~0.15.6" fixes the problem. { |
@craigsh is right,thanks very much。 |
That should be fixed with the switch on ts-loader in the last release: https://github.com/Swiip/generator-gulp-angular/releases/tag/v1.1.0 |
As per issue subject, the watch task does not seems to recognize TypeScript changes correctly in Windows. Tested on multiple Windows installations (Win7,Win8,Win10). Project was scaffolded yesterday from v1.0.0.
The console seems to be correct (and in line to what is logged on my Mac, which recompiles correctly, tho).
The text was updated successfully, but these errors were encountered: