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

\n

parent 713fa36b
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ fi ...@@ -13,8 +13,8 @@ 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 --verbosity=0" echo "python $MANAGE_FILE collectstatic --noinput"
python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent python $MANAGE_FILE collectstatic --noinput | indent
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
echo " ! Error running manage.py collectstatic. More info:" echo " ! Error running manage.py collectstatic. More info:"
...@@ -23,4 +23,6 @@ if [ "$RUN_COLLECTSTATIC" ]; then ...@@ -23,4 +23,6 @@ if [ "$RUN_COLLECTSTATIC" ]; then
else else
echo " ! Django collecstatic is not configured. Learn more:" echo " ! Django collecstatic is not configured. Learn more:"
echo " http://devcenter.heroku.com/articles/django-assets" echo " http://devcenter.heroku.com/articles/django-assets"
fi fi
\ No newline at end of file
echo '\n'
\ No newline at end of file
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