From 8be6882907a4e8b534e44d60b8cfae2df5ceb0ac Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 11 Jan 2015 16:40:35 +0200 Subject: run-local.sh: run make to refresh css files --- run-local.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-local.sh b/run-local.sh index 35ccc1cd..033b896c 100755 --- a/run-local.sh +++ b/run-local.sh @@ -8,6 +8,7 @@ if [ $neo4j_count == "0" ]; then echo run neo4j please exit 0 fi +make # building css relies on Makefile ant -f build.ant deploy-local cd deploy-local python bin/rz_server.py --config-dir etc -- cgit v1.3.1