]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Compile to bytecode files
authorOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 15:07:50 +0000 (19:07 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Dec 2015 15:54:09 +0000 (18:54 +0300)
update

diff --git a/update b/update
index 552c1e550e4cd9678e90f44e28b7295389670b41..f7e3dbe696710b462def485e799db986fa4bf946 100755 (executable)
--- 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