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

custom bundle result types #9

Closed
chmontgomery opened this issue Aug 4, 2014 · 0 comments
Closed

custom bundle result types #9

chmontgomery opened this issue Aug 4, 2014 · 0 comments
Milestone

Comments

@chmontgomery
Copy link
Contributor

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
    }))
@chmontgomery chmontgomery added this to the 3.1 milestone Aug 4, 2014
@chmontgomery chmontgomery modified the milestones: 3.1, 3.0, 3.x, Ice Box Aug 4, 2014
@chmontgomery chmontgomery modified the milestones: Ice Box, 2.x Aug 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant