mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
* DEV: Swap out optipng with oxipng The oxipng binary has been added to our base docker image here: https://github.com/discourse/discourse_docker/commit/244c9cb110df44eb9d846a24b5572471a2687071 oxipng is a rust replacement for optipng that provides increased performance and multi-threading. Checkout https://github.com/shssoichiro/oxipng for more info. * add instructions for installing oxipng