-
Notifications
You must be signed in to change notification settings - Fork 130
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
3.2 breaks build #525
Comments
The latest release adds support for the |
I cannot. From the output, I suspect something might have changed in the way ts file include/exclude of type files is handled. Can you say if any of this behavior may have been touched? |
We have troubles with the 3.2 version as well. Not sure if it's related, but gulp-typescript now suddenly spits out the following error messages; Downgraded to version 3.1.7 and everything works again. |
Hey, I also just started getting this and worked around it on our end. As part of our gulp build process, we copy & generate files (*.ts, *.d.ts) that get consumed by our TS codebase. Now, we were doing Not sure if this is what anyone else here is having happen to them, but thought I'd share in case it helps 😄 |
@AHelper we also generate a @ivogabe because of the similarity to the case described by @AHelper, I just tried installing the package from github by setting my package.json and installing with nmp install: I still get the same errors, though. And, when I move the |
@klmdb Then you might have a different issue than @AHelper. Could you use gulp-debug to see which files are missing when using gulp-typescript 3.2? @AHelper and @bulldetektor: Could you try to install gulp-typescript from GitHub and run it on your project? You can simply copy the |
@ivogabe That fixes it for me |
The changes are included in the new release, 3.2.1. Can you all install this release and see whether it solves your issues? |
@ivogabe doesn't seem to fix the issue for me. I compile my source in two steps: first the full application, then the tests. building the app works fine, but building the tests fails as described. I just noticed, however, that the application bundle isn't build to the correct folder. Instead of So, it seems that 3.2.x changes the destination of the build file. Some more info:
|
bump? |
I guess that something fails when a tsconfig file is placed in a subdirectory, but I didn't have time to take a proper look at it. |
The fix is part of the latest (pre)release. You can install it with |
This morning our build was broken due to the 3.2 release of gulp-typescript. Setting the version to ~3.1.0 fixed the build. These were the errors I was getting:
Is there a changelog available where I can check what may have cause the difference in behavior please?
Next are my gulpfile.js and tsconfig.json Maybe some tsconfig settings have changed behavior? Judging from the error output I'd guess it may be related to the including of type files.
Your gulpfile:
tsconfig.json
The text was updated successfully, but these errors were encountered: