We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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