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

Is it possible to prevent the manifest from being written to disk? #86

Closed
philipwalton opened this issue Sep 13, 2017 · 2 comments
Closed

Comments

@philipwalton
Copy link

I'm managing the manifest in-memory and through my own module, so I'd like the option to not write it to disk in some cases.

I assumed that returning null or undefined from the reduce function or filtering out all the assets would prevent writing to disk, but that doesn't seem to happen.

Is this supported?

@mastilver
Copy link
Contributor

if you are using memory-fs, it shouldn't write to disk

@mastilver
Copy link
Contributor

mastilver commented Sep 13, 2017

I'm managing the manifest in-memory

I checked your boilerplate, to check how you are doing that. You might be interested by: #76

Anyway, I don't think it's an option we want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants