Skip to content

[BUG] Cannot pipe another tasks at end #4

Closed
@jhuss

Description

@jhuss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions