-
Notifications
You must be signed in to change notification settings - Fork 34
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 seems not to finish task #19
Comments
Verified it's the same without the
has the same result. |
index.js endStream() function needs
at the end |
Looks to be fixed by |
Yes I just pulled the latest version of index.js direct from github and this issue is solved. However this means that the version installed via |
@PhilJ Manually pasting in the contents of index.js into the version pulled from NPM works as expected. Would it be possible to get the latest version pushed to NPM? |
The plugin seems to be working correctly; i.e. the styleguide is generated, but gulp does not seem to report that the task has completed. Here's my taskdef:
and when I run it on the commandline I only get:
All other tasks report "Finished".
Please let me know if I can provide any more information.
The text was updated successfully, but these errors were encountered: