Skip to content

Commit

Permalink
add stylesPresets in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
amjadr360 committed Jan 17, 2025
1 parent 5529663 commit 692ed6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ toplevelFiles=$(ls *.{txt,php,png,css})
themeJson=$(ls theme.json)
patterns=$(ls patterns/*.php)
templates=$(ls templates/*.html)
styles=$(ls styles/**/*.json)
styles=$(ls styles/*.json)
stylesPresets=$(ls styles/**/*.json)
parts=$(ls parts/*.html)
assets=$(ls assets/css/*.css)
fonts=$(ls assets/fonts/**/*.{woff2,txt})
Expand All @@ -37,6 +38,7 @@ zip -r ./build/extendable.zip \
$templates \
$parts \
$styles \
$stylesPresets \
$assets \
$fonts \
$tribeEvents \
Expand Down

0 comments on commit 692ed6f

Please sign in to comment.