This commit is contained in:
Kenneth Reitz
2012-05-30 02:56:46 -04:00
parent 36d27c46ed
commit c24a9096de
+1 -2
View File
@@ -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