diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-11 16:40:35 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-11 16:41:17 +0200 |
| commit | 8be6882907a4e8b534e44d60b8cfae2df5ceb0ac (patch) | |
| tree | 642c8a17624614c9b1ebde2a7c1bdbfea3ec9e49 /run-local.sh | |
| parent | 720244ddedaa2d8475ec4b9cf4756759698bd394 (diff) | |
run-local.sh: run make to refresh css files
Diffstat (limited to 'run-local.sh')
| -rwxr-xr-x | run-local.sh | 1 |
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 |
