diff --git a/Lib/gftools/builder/_ninja.py b/Lib/gftools/builder/_ninja.py index 82df85946..113253394 100644 --- a/Lib/gftools/builder/_ninja.py +++ b/Lib/gftools/builder/_ninja.py @@ -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