Commit 12f28894 authored by Kenneth Reitz's avatar Kenneth Reitz

collecting static files

parent 436e945a
...@@ -17,9 +17,10 @@ if [ ! "$SILENCE_COLLECTSTATIC" ]; then ...@@ -17,9 +17,10 @@ if [ ! "$SILENCE_COLLECTSTATIC" ]; then
set -e set -e
fi fi
echo "-----> Collecting static files"
# 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"
python $MANAGE_FILE collectstatic --noinput | indent python $MANAGE_FILE collectstatic --noinput | indent
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
......
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