summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-22 15:04:07 -0700
committerjamesgk <jamesgk19@gmail.com>2015-04-22 15:04:07 -0700
commita6c0f6b5c70a1988e968c00e19fc42622a5f8c1c (patch)
tree97ad034e67c0a8135f906d5bb5346077c96ec461 /scripts
parent6fc33a1fac927f33bb38274c9c334355fc4ae77e (diff)
Rename anchor resources to .json.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-v2.py6
1 files changed, 3 insertions, 3 deletions
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