Skip to content

Commit

Permalink
Deployment: watch the other directory also
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Nov 25, 2011
1 parent 15e0864 commit e2a1a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit e2a1a38

Please sign in to comment.