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

[BUG] Cannot pipe another tasks at end #4

Closed
jhuss opened this issue Jul 6, 2017 · 5 comments
Closed

[BUG] Cannot pipe another tasks at end #4

jhuss opened this issue Jul 6, 2017 · 5 comments
Labels

Comments

@jhuss
Copy link

jhuss commented Jul 6, 2017

I'm trying to do:

return gulp.src('./copy-src/**/*.ts')
    .pipe(compodoc({
        output: './docs/',
        tsconfig: './tsconfig.json',
        theme: 'readthedocs',
        serve: false
    }))
    .pipe(del('./copy-src/'));

or anything else pipe task after, hasn't been called

@vogloblinsky vogloblinsky changed the title cannot pipe another tasks at end [BUG] Cannot pipe another tasks at end Jul 7, 2017
@tinesoft
Copy link

Hi @vogloblinsky ,

i'm still facing the issue with current v0.0.7 of the plugin...
My task is somehow similar to the one in the above issue description: the task piped after compodoc is not called...

@vogloblinsky
Copy link
Contributor

Hi @tinesoft
I clone your project, install everything, launch gulp deploy:demo and gulp started well push:demo task. Where should it breaks ?

@tinesoft
Copy link

Hi @vogloblinsky,

Thanks for the fast answer.
Actually, with the current form of the gulp deploy:demo task ( launched using runSequence)
the task after build:docseem to be started, but it never runs:
image

when i remove 'build:doc', from the list, the next task is run successfuly.
image

@vogloblinsky
Copy link
Contributor

0.0.8 fix this correctly

@tinesoft
Copy link

Hi @vogloblinsky ,

Thanks for the fix 👍 , i can confirm it is working fine now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants