[Pkg-javascript-commits] [sockjs-client] 212/434: Deployment: watch the other directory also
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit e2a1a38970a1d3741b796eaba649c2471816187f
Author: Marek Majkowski <majek04 at gmail.com>
Date: Fri Nov 25 16:30:28 2011 +0000
Deployment: watch the other directory also
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e5e2e96..8ddcc9a 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ serve:
SRVPID=$$!; \
echo $$SRVPID > .pidfile.pid; \
echo " [*] Server pid: $$SRVPID"; \
- inotifywait -r -q -e modify .; \
+ inotifywait -r -q -e modify . ../sockjs-node;\
kill `cat .pidfile.pid`; \
rm -f .pidfile.pid; \
sleep 0.1; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list