From a6c0f6b5c70a1988e968c00e19fc42622a5f8c1c Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Wed, 22 Apr 2015 15:04:07 -0700 Subject: Rename anchor resources to .json. --- scripts/build-v2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/build-v2.py b/scripts/build-v2.py index 61c7cbb..58842d6 100644 --- a/scripts/build-v2.py +++ b/scripts/build-v2.py @@ -32,11 +32,11 @@ BASEDIR = os.path.abspath( # Masters rg = Master("%s/src/v2/Roboto_Regular.ufo" % BASEDIR, - anchorPath="%s/res/anchors_regular.txt" % BASEDIR) + anchorPath="%s/res/anchors_regular.json" % BASEDIR) bd = Master("%s/src/v2/Roboto_Bold.ufo" % BASEDIR, - anchorPath="%s/res/anchors_bold.txt" % BASEDIR) + anchorPath="%s/res/anchors_bold.json" % BASEDIR) th = Master("%s/src/v2/Roboto_Thin.ufo" % BASEDIR, - anchorPath="%s/res/anchors_thin.txt" % BASEDIR) + anchorPath="%s/res/anchors_thin.json" % BASEDIR) # build condensed masters -- cgit v1.2.3