From ff4e63d85ae0a3ef688b227ff042760b7cac5cbd Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 6 Oct 2015 15:00:22 +0200 Subject: [PATCH] Inotifywait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9922740..df9ee30 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ repository (especially the heavy ones). If you want to dev on this project, the `utils/demon.sh` may help you : it is based on [nodemon](https://github.com/remy/nodemon) (that basically restarts the server everytime there is a change in the code) and -[inotify](http://man7.org/linux/man-pages/man7/inotify.7.html) (that basically +[inotifywait](http://linux.die.net/man/1/inotifywait) (that basically recompiles everything when there is a modification). To use it, just `cd` to `utils` and run `demon.sh` (note that it doesn't minify the code since this operation is heavy and too long to redo everytime there is a change).