Revert forcing deletion of the fonts directory

This commit is contained in:
Jason Garber 2018-06-29 16:04:12 -04:00
parent f423ee31b3
commit 88ee60a8b1

View File

@ -28,5 +28,5 @@ fi
script/bootstrap
# Symlink uswds fonts into the /static directory
rm -rf ./static/fonts
rm -f ./static/fonts
ln -s ../node_modules/uswds/src/fonts ./static/fonts