From 713fa36bca38b5aa22fdb61716980a0cb5c1637a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 30 May 2012 02:53:33 -0400 Subject: [PATCH] debug --- bin/steps/django/collectstatic | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 70dc3fb8..5676eb80 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -13,6 +13,7 @@ fi # Compile assets if collectstatic appears to be kosher. if [ "$RUN_COLLECTSTATIC" ]; then echo "-----> Collecting static files" + echo "python $MANAGE_FILE collectstatic --noinput --verbosity=0" python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent [ $? -ne 0 ] && { -- GitLab