From aad94f66564ef290c71c54ef20fdcc1e04e32ab9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 May 2014 19:07:50 +0400 Subject: [PATCH] Compile to bytecode files --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 552c1e5..f7e3dbe 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ elif [ -z "$current" ]; then exit 1 fi -git pull --ff-only current master && +git pull --ff-only current master && compyleall && web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web -- 2.39.2