]> git.parisson.com Git - mezzo.git/commitdiff
add --clear option
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 14:11:13 +0000 (15:11 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 14:11:13 +0000 (15:11 +0100)
app/deploy/start_app.sh

index 516759a7331fd4f2aa15c2d932398fecb2cfe9e0..ed1f52919d0c9f6f3fb030b084ea0a0102b30c1f 100644 (file)
@@ -42,7 +42,7 @@ then
 else
     # static files auto update
     watchmedo shell-command --patterns="$patterns" --recursive \
-        --command='python '$manage' collectstatic --noinput' $app &
+        --command='python '$manage' collectstatic --clear --noinput' $app &
 
     uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
     --processes $processes --threads $threads \