From: Oleg Broytman Date: Tue, 20 May 2014 15:07:50 +0000 (+0400) Subject: Compile to bytecode files X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=aad94f66564ef290c71c54ef20fdcc1e04e32ab9 Compile to bytecode files --- 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