From 6883470012ba2e2c2e3d90ee5a8da325d1664260 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Mar 2016 12:44:09 +0100 Subject: [PATCH] fix patterns --- app/deploy/start_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index d1f7a162..516759a7 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -15,7 +15,7 @@ threads=2 autoreload=3 uid='www-data' gid='www-data' -patterns='*.js,*.css,*.jpg,*.jpeg,*.gif,*.png,*.svg,*.ttf,*.eot,*.woff,*.woff2' +patterns='*.js;*.css;*.jpg;*.jpeg;*.gif;*.png;*.svg;*.ttf;*.eot;*.woff;*.woff2' # Staging # pip install psycopg2 -- 2.39.5