From 88ee60a8b102dfe9edc7b7f29a52a14f81289bf0 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 29 Jun 2018 16:04:12 -0400 Subject: [PATCH] Revert forcing deletion of the fonts directory --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index bf2088d5..76cd5301 100755 --- a/script/setup +++ b/script/setup @@ -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