We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c00bd1 commit 21bbd97Copy full SHA for 21bbd97
fabfile.py
@@ -37,7 +37,7 @@ def _clean(path):
37
def deploy():
38
_check()
39
40
- run(":")
+ sudo(":")
41
42
local("rm -f resources/public/public.tar.gz")
43
@@ -62,3 +62,7 @@ def deploy():
62
63
sudo("service jetty restart")
64
sudo("service nginx restart")
65
+
66
+ local("rm -f resources/public/public.tar.gz")
67
68
src/clj/astrocats/gameutil.clj
@@ -2,7 +2,7 @@
2
3
(defn calc-block-collision
4
[cat blocks map]
5
- (let same-rad-blocks ))
+ (let same-rad-blocks (for [w tst :when (if (> (w :x) 10) w)] w)))
6
7
(defrecord Coin [id radius theta exist])
8
0 commit comments