-
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
Resolved files outside of the gulp base path break the build #112
Comments
I have this too since the upgrade |
The problem seems to have been introduced between v2.6.0 and v2.7.0. |
There was an issue with files outside of the common base directory. I've implemented a fix in the |
Don't have time at the moment, I downgraded to 2.6.0 for the moment. I'll let you know if I do. |
@ivogabe The fix works and have solved my problem. Thanks!! |
Calculate common source directory for files outside the common base path. Fixes #112
A weird behavior is seen in ver.2.7.2
this error is found after updating to gulp-typescript v.2.7.2
this happens with this configuration
and the files in path.test.client are these https://github.com/jseto/granada-prototypes/tree/master/test
you can reproduce by cloning https://github.com/jseto/granada-prototypes
and running gulp ts:test
The text was updated successfully, but these errors were encountered: