diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 95dad73..782cead 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -13,7 +13,6 @@ python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLEC echo "-----> Collecting static files" - # Compile assets if collectstatic appears to be kosher. if [ "$RUN_COLLECTSTATIC" ]; then python $MANAGE_FILE collectstatic --noinput | indent