We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353455d commit 0da551bCopy full SHA for 0da551b
build-woff.sh
@@ -64,14 +64,16 @@ if [ "$1" = "--system" ]; then
64
# display version of installed sfnt2woff-zopfli
65
echo "Beginning web font build with $SFNTWOFF_BIN"
66
fi
67
-else
+fi
68
+
69
+# test for sfnt2woff-zopfli with default build approach
70
+if [ $# -eq 0 ]; then
71
if [ -f "$SFNTWOFF_BIN" ]; then
72
73
else
74
echo "Unable to locate sfnt2woff-zopfli on the path $SFNTWOFF_BIN. Please install this build dependency and then repeat your build attempt." 1>&2
75
exit 1
76
-
77
78
79
# Build woff files from ttf files
0 commit comments