From d435a1813b9d47ec532b20e8bf69cef14fd3e4e2 Mon Sep 17 00:00:00 2001 From: Anthony Veaudry Date: Tue, 16 Dec 2025 07:35:19 +0200 Subject: [PATCH] Add image optimization and utility tools to Brewfile (#35940) When I was running the dev localy on mac I was getting errors that these were missing. I followed this: https://meta.discourse.org/t/install-discourse-on-macos-for-development/15772?tl=en --- Brewfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Brewfile b/Brewfile index 424d53b965e..efda19d0402 100644 --- a/Brewfile +++ b/Brewfile @@ -10,3 +10,9 @@ brew 'postgresql' # install the Redis datastore brew 'redis' + +brew "pngquant" +brew "oxipng" +brew "jhead" +brew "jpegoptim" +brew "coreutils"