Add makefile rule to export theme ZIP
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
986f7d8856
commit
7890a955ce
8
makefile
8
makefile
@ -149,6 +149,14 @@ theme_load:
|
|||||||
## Sync wp-content from site
|
## Sync wp-content from site
|
||||||
theme_pull: theme_fetch theme_load
|
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..
|
# "Arguments" for makefiles..
|
||||||
# https://stackoverflow.com/a/6273809/1826109
|
# https://stackoverflow.com/a/6273809/1826109
|
||||||
%:
|
%:
|
||||||
|
Loading…
Reference in New Issue
Block a user