Browse Source

modifies build scripts to change file paths for web font binaries (#334)

Chris Simpkins 7 years ago
parent
commit
e700a30670
3 changed files with 3 additions and 3 deletions
  1. 1 1
      build-subsets.sh
  2. 1 1
      build-woff.sh
  3. 1 1
      build-woff2.sh

+ 1 - 1
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 ]

+ 1 - 1
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"

+ 1 - 1
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"