When I use rebar3_auto
, it works only at the compiling, when it is running, I change code in a file to make it load, but I get the error as the following:
{undef,[{rebar3_auto,auto,
[[<<".erl">>,<<".hrl">>,<<".src">>,<<".lfe">>,
<<".config">>,<<".lock">>,<<".c">>,<<".cpp">>,<<".h">>,
<<".hpp">>,<<".cc">>]],
[]}]}
After that, changing any file does not effect the automatically compiling nor loading.