From e700a3067028b0051f876ccfc91f52bbee02684d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 2 Oct 2017 23:23:30 -0400 Subject: [PATCH] modifies build scripts to change file paths for web font binaries (#334) --- build-subsets.sh | 2 +- build-woff.sh | 2 +- build-woff2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-subsets.sh b/build-subsets.sh index 13bffa7b1..cffda5067 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -76,7 +76,7 @@ BOLDITALIC_WOFF2_PRE="Hack-BoldItalic.woff2" BOLDITALIC_WOFF2="hack-bolditalic-subset.woff2" # release directory path for web fonts -WEB_BUILD="build/web" +WEB_BUILD="build/web/fonts" # test for number of arguments if [ $# -gt 0 ] diff --git a/build-woff.sh b/build-woff.sh index 6c9775514..c8021757a 100755 --- a/build-woff.sh +++ b/build-woff.sh @@ -32,7 +32,7 @@ ZOPFLI_ITERATIONS="3" # The font build directory paths and file paths for the woff builds TTF_BUILD="build/ttf" -WOFF_BUILD="build/web" +WOFF_BUILD="build/web/fonts" REGULAR_TTF="Hack-Regular.ttf" REGULAR_PRE="Hack-Regular.woff" REGULAR_WOFF="hack-regular.woff" diff --git a/build-woff2.sh b/build-woff2.sh index a4eed3e08..f3ca48b3c 100755 --- a/build-woff2.sh +++ b/build-woff2.sh @@ -29,7 +29,7 @@ WOFF2_BIN="$BUILD/woff2/woff2_compress" # The font build directory paths and file paths for the woff builds TTF_BUILD="build/ttf" -WOFF_BUILD="build/web" +WOFF_BUILD="build/web/fonts" REGULAR_TTF="Hack-Regular.ttf" REGULAR_PRE="Hack-Regular.woff2" REGULAR_WOFF="hack-regular.woff2"