Skip to content

Commit

Permalink
Remove copying of theme's fonts directory in upkeep script. (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-crowder authored Dec 18, 2024
1 parent 4f757ae commit d854f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/upkeep
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ echo "Adding Vote.gov custom theme assets..."
echo "**************************************************"
mkdir -p ${html_path}/themes/custom/votegov
cp -rfp ${app_path}/web/themes/custom/votegov/dist ${html_path}/themes/custom/votegov/
cp -rfp ${app_path}/web/themes/custom/votegov/fonts ${html_path}/themes/custom/votegov/
cp -rfp ${app_path}/web/themes/custom/votegov/img ${html_path}/themes/custom/votegov/
cp -rfp ${app_path}/web/themes/custom/votegov/json ${html_path}/themes/custom/votegov/
echo "Adding Vote.gov custom theme assets...completed!"
Expand Down

0 comments on commit d854f32

Please sign in to comment.