Skip to content

Commit

Permalink
minimal=True explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Sep 29, 2023
1 parent b074d8f commit bd835dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lib/gftools/builder/_ninja.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ def get_designspaces(self):
for source in self.config["sources"]:
if source.endswith(".glyphs") or source.endswith(".glyphspackage"):
builder = UFOBuilder(
glyphsLib.load(source), instance_dir="../instance_ufo"
glyphsLib.load(source),
instance_dir="../instance_ufo",
minimal=True
)
# This is a sneaky way of skipping the hard work of
# converting all the glyphs and stuff, and just gettting
Expand Down

0 comments on commit bd835dd

Please sign in to comment.