GuillaumeGomez / minifier-rs

Minifier tool/lib for JS/CSS/JSON files
MIT License
86 stars 16 forks source link

provide binary releases #96

Open SArpnt opened 2 years ago

SArpnt commented 2 years ago

would be nice to have binary releases for this since currently the only way to install the binary is to compile it from source, which requires the entire rust toolchain.

GuillaumeGomez commented 2 years ago

I basically know nothing about binary distribution. You need one per arch and per OS and per bit size right? That seems way too for me to handle for such a small project...

SArpnt commented 2 years ago

rust will just compile to whatever target you set, it's just a matter of compiling it multiple times for commonly used systems. it doesn't even require much effort from your part since you can automate this with github actions just set up github actions appropriately and add release tags