Skip to content
Snippets Groups Projects
Commit b97a104a authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

better messaging

parent a2ee94a8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment