Skip to content
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

gulp doesn't display typescript error messages #91

Closed
coni2k opened this issue Jul 11, 2016 · 1 comment
Closed

gulp doesn't display typescript error messages #91

coni2k opened this issue Jul 11, 2016 · 1 comment

Comments

@coni2k
Copy link
Contributor

coni2k commented Jul 11, 2016

Currently it only says there is a typescript error.

Since *.ts files don't use "TypeScriptCompile" as Build Action, probably building ngClient is also not going display error messages in Error List window.

Instead, try to display error messages in Task Runner Explorer.

@coni2k
Copy link
Contributor Author

coni2k commented Jul 11, 2016

Apparently error messages were displayed when gulp was executed through shell, but Visual Studio Task Runner wasn't displaying them.

Adding a custom Visual Studio reporter to gulpfile.js solved the issue:
http://stackoverflow.com/questions/37424800/typescript-compilation-errors-not-being-displayed-in-vs2015-using-gulp-typescrip

coni2k added a commit that referenced this issue Jul 11, 2016
This closes #91
@coni2k coni2k mentioned this issue Jul 11, 2016
@coni2k coni2k closed this as completed in e993e0f Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant