mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
cleanup
This commit is contained in:
@@ -13,7 +13,6 @@ fi
|
||||
# Compile assets if collectstatic appears to be kosher.
|
||||
if [ "$RUN_COLLECTSTATIC" ]; then
|
||||
echo "-----> Collecting static files"
|
||||
echo "python $MANAGE_FILE collectstatic --noinput"
|
||||
python $MANAGE_FILE collectstatic --noinput | indent
|
||||
|
||||
[ $? -ne 0 ] && {
|
||||
@@ -25,4 +24,4 @@ else
|
||||
echo " http://devcenter.heroku.com/articles/django-assets"
|
||||
fi
|
||||
|
||||
echo '\n'
|
||||
echo
|
||||
Reference in New Issue
Block a user