-
Notifications
You must be signed in to change notification settings - Fork 143
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
Error, if use stream and empty file #219
Comments
Im having a similar/same issue: node -v :: v5.0.0
|
Same issue here gulp -v node -v = v5.0.0 wiredep = 3.0.0-beta
|
Same exact thing as @corin12355 (same versions and all) |
The fix can be made in
it tries to load the stream with undefined because the file is blank, which causes the TypeError. |
@iamhexcoder I found a fix, basically if a file is empty then it'll error out with a non-descriptive error. |
agree with @brousalis |
I like your solution akleiber but coldkite's solution worked for me as well. Thanks! |
PRs welcome |
Got the same issue with an empty Google Analytics verification html file. Added one space to it as a temporary solution |
Hi, guys!
I'm use:
I have two scss file in 'app/assets/styles/' folder. One file is empty.
If run this code, wiredep return error.
Error text:
but, if run this code (without gulp stream), build is successful
It is bug or feature?) Thanks.
The text was updated successfully, but these errors were encountered: