<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi, look at <a href="https://github.com/rustyio/sync">https://github.com/rustyio/sync</a>.<div><br><div><div>On 14 Apr 2014, at 08:02, t x <<a href="mailto:txrev319@gmail.com">txrev319@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<br><br>  In clojurescript, I can do something like:<br><br>  "lein autobuild"<br><br>  which basically means, any time src/**/*.cljs changes, recompile everything.<br><br><br><br>  Is there a similar way to do something like the above in erlang ?<br><br>  I would like to do :<br><br>  "erlang-magic autobuild"<br><br>  so that any time I save a file in src/*.erl, it does:<br><br>  "make" (since I'm running erlang.mk)<br>  _rel/bin/release/my_app stop<br>  _rel/bin/release/my_app start<br><br>?<br><br>Thanks!<br><br><br>Basically, I want a "file save" in Emacs to trigger:<br>  * recompile<br>  * kill old app<br>  * start new app<br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></div></body></html>