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

must specify --bundle for multiple input files with stdout destination #683

Closed
elandorr opened this issue Mar 13, 2024 · 3 comments
Closed

Comments

@elandorr
Copy link

minify --bundle *.foo
ERROR: must specify --bundle for multiple input files with stdout destination
minify v2.20.19

Not an option I ever used. Randomly discovered this bug just now.

@tdewolff
Copy link
Owner

It's not a bug, you specify multiple inputs but only one output (stdout), if you don't bundle the input files, how should it output the minified files to one destination? ;-)

@elandorr
Copy link
Author

Note that --bundle is given.

@tdewolff
Copy link
Owner

Ah very sorry, I didn't read your issue well. Thanks for raising this one! Should be fixed now :-)

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