From 4ca7c8d7b04a48fcaa663499f093a5ed36b3cbb2 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Fri, 2 Apr 2021 21:46:56 -0800 Subject: [PATCH] add image minification step --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 4eba5010f..595fe1999 100644 --- a/makefile +++ b/makefile @@ -54,6 +54,7 @@ setup: ## Setup Development Instance backend: ## Start Mealie Backend Development Server poetry run python mealie/db/init_db.py && \ + poetry run python mealie/services/image/minify.py && \ poetry run python mealie/app.py