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

How to use the options configuration object #110

Closed
gubbigubbi opened this issue Jan 18, 2019 · 1 comment
Closed

How to use the options configuration object #110

gubbigubbi opened this issue Jan 18, 2019 · 1 comment

Comments

@gubbigubbi
Copy link

gubbigubbi commented Jan 18, 2019

Awesome gulp plugin! Could we add some examples of using the options object? I am happy to do a PR and update the documentation but I cant quite figure it out, for example the following doesnt seem to work:

.pipe(
			zip( 'kona-instagram-for-gutenberg.zip', {
				allowEmpty: true,
			} )
		)
		.pipe( gulp.dest( './' ) )
@sindresorhus
Copy link
Owner

There's no allowEmpty option. The supported options are documented in the readme. As for the docs, I think it's already clear enough how to use the options.

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