tdewolff / minify

Go minifiers for web formats

Home Page:https://go.tacodewolff.nl/minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

elandorr opened this issue · comments

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.

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? ;-)

Note that --bundle is given.

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