Commit c24a9096 authored by Kenneth Reitz's avatar Kenneth Reitz

cleanup

parent 36d27c46
...@@ -13,7 +13,6 @@ fi ...@@ -13,7 +13,6 @@ fi
# Compile assets if collectstatic appears to be kosher. # Compile assets if collectstatic appears to be kosher.
if [ "$RUN_COLLECTSTATIC" ]; then if [ "$RUN_COLLECTSTATIC" ]; then
echo "-----> Collecting static files" echo "-----> Collecting static files"
echo "python $MANAGE_FILE collectstatic --noinput"
python $MANAGE_FILE collectstatic --noinput | indent python $MANAGE_FILE collectstatic --noinput | indent
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
...@@ -25,4 +24,4 @@ else ...@@ -25,4 +24,4 @@ else
echo " http://devcenter.heroku.com/articles/django-assets" echo " http://devcenter.heroku.com/articles/django-assets"
fi fi
echo '\n' echo
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment