summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-11 16:40:35 +0200
committerAlon Levy <alon@pobox.com>2015-01-11 16:41:17 +0200
commit8be6882907a4e8b534e44d60b8cfae2df5ceb0ac (patch)
tree642c8a17624614c9b1ebde2a7c1bdbfea3ec9e49
parent720244ddedaa2d8475ec4b9cf4756759698bd394 (diff)
run-local.sh: run make to refresh css files
-rwxr-xr-xrun-local.sh1
1 files changed, 1 insertions, 0 deletions
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