Skip to content

This should return the stream at end #3

@OmgImAlexis

Description

@OmgImAlexis

Since this lib doesn't return the stream of files at the end of it's operation I end up piping my input file to my destination. Also by default the source should just use the dir from the slate in node_modules since it's required for this lib to run anyway.

  return gulp
    .src('swagger-api.md')
    .pipe(slate({
      source: 'docs'
    }))
    .pipe(gulp.dest('build/docs'));

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions