From 7890a955ced220a582839aebc0f8a8e1b8b15c77 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 10 Jul 2024 19:40:10 -0400 Subject: [PATCH] Add makefile rule to export theme ZIP --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/makefile b/makefile index 743fc14..20f1360 100644 --- a/makefile +++ b/makefile @@ -149,6 +149,14 @@ theme_load: ## Sync wp-content from site theme_pull: theme_fetch theme_load +####################################### +# Releases +####################################### + +# Generate ZIP of theme +theme_export: + cd wp-content/themes/mont58-coffee/ && zip -r ../../../data/mont58-theme_2024-07-09.zip . && cd - + # "Arguments" for makefiles.. # https://stackoverflow.com/a/6273809/1826109 %: