Skip to content

Commit

Permalink
[ABS-2348] Have build call psfsyncmasters.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharoncorrell committed Feb 18, 2021
1 parent ec622f7 commit 543e93f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions preflight
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ psfnormalize -p checkfix=fix source/masters/*-Regular.ufo &
psfnormalize -p checkfix=fix source/masters/*-Black.ufo &
wait

# Do we need this???
#
#echo "Updating woff metadata xml file..."

echo "Syncing glyph orders, psnames, and other metadata to other UFOs..."
psfsyncmasters -q source/*.designspace

echo "Updating woff metadata xml file..."
psfmakewoffmetadata -q -n AwamiNastaliq -i org.sil.fonts source/masters/*-Regular.ufo -o "source/AwamiNastaliq-WOFF-metadata.xml"

echo
Expand Down
3 changes: 3 additions & 0 deletions preflightff
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ psffixffglifs -p checkfix=fix source/masters/*-Black.ufo
echo
echo "Updating glyph order in Regular..."
psfsetglyphorder -p checkfix=none -i source/glyphorder.txt source/masters/AwamiNastaliq-Regular.ufo

echo "Syncing glyph orders, psnames, and other metadata to other UFOs..."
psfsyncmasters -q source/*.designspace

0 comments on commit 543e93f

Please sign in to comment.