Make elixir app recompile and reload on source code change

前端 未结 4 904
逝去的感伤
逝去的感伤 2021-02-12 04:07

How to automatically recompile and reload my iex + mix application every time I modify the source code?

If there\'s no way for iex + mix combination to do that, what\'s

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-12 04:39

    Currently iex has an internal function to do this:

    invoke IEx.Helpers.recompile inside iex console.

提交回复
热议问题