From 7e0c022b33d8b667a7f3bb6b352ee06b71f508f3 Mon Sep 17 00:00:00 2001
From: Jack <asml.silence@gmail.com>
Date: Tue, 1 Sep 2015 18:24:08 +0300
Subject: [PATCH] In place media processing

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4c2e4bc75..fae6e22f2 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ deploy: DB_deploy Tasker_deploy
 
 
 serverDeploy: DB_deploy Tasker_deploy
+    gulp --release --force
 	rsync -ru  --exclude="application/config" --exclude="news.md" --exclude="updates.md"  \
 ~dev_rating/ $(DST_PATH)
-	gulp --release --force --dst=$(DST_PATH)
 
 
 
@@ -32,4 +32,4 @@ Tasker_deploy:
 # database forwarding
 
 DB_%:
-	@$(MAKE) $* -C ./db
+	@$(MAKE) $* -C ./db
\ No newline at end of file
-- 
GitLab