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 %: