From b97a104ad6ff1d81a5e9da8527dd3a2341325d6e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Feb 2016 23:05:38 -0500 Subject: [PATCH] better messaging --- bin/steps/collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 409c81e..54a9112 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -13,7 +13,7 @@ bpwatch start collectstatic if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALLED" ]; then set +e - echo "-----> Preparing static assets" + echo "-----> Preparing static assets with 'collectstatic'." echo " Running collectstatic..." python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent