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

This commit is contained in:
Chris Simpkins 2017-10-02 23:23:30 -04:00
parent a5ec6ac235
commit e700a30670
3 changed files with 3 additions and 3 deletions

View File

@ -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 ]

View File

@ -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"

View File

@ -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"