Skip to content

Commit

Permalink
Add .ttf files to pre-gzipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
saivann committed Jun 25, 2015
1 parent 94360fd commit 42cef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/update_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ do

# Update site and exit if site has been successfully built
if [ -e "$WORKDIR/_builddone" ]; then
find $WORKDIR/_site \( -iname '*.html' -o -iname '*.css' -o -iname '*.js' -o -iname '*.svg' -o -iname '*.rss' -o -iname '*.xml' \) -exec gzip -9 -k {} \;
find $WORKDIR/_site \( -iname '*.html' -o -iname '*.css' -o -iname '*.js' -o -iname '*.rss' -o -iname '*.xml' -o -iname '*.svg' -o -iname '*.ttf' \) -exec gzip -9 -k {} \;
rsync --delete -zrt $WORKDIR/_site/ $DESTDIR/
exit
fi
Expand Down

0 comments on commit 42cef24

Please sign in to comment.