Skip to content

custom bundle result types #9

@chmontgomery

Description

@chmontgomery

Currently, only html is a valid bundle result output. Support the ability to provide custom functions for generating the bundle.result.json. The new api for bundle.result should look something like:

    .pipe(bundle.results({
      dest: './',
      pathPrefix: '/public/',
      outputType: 'html' // or default, or ... Should be a string or function
    }))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions