nitrogen在console下直接重新编译erl文件
原文写的是
There are three different ways to compile code in Nitrogen:
sync:go().This will look at all loaded modules, find their associated Emakefiles, and run?make:all([load]).?to recompile.
./bin/dev compileThis connects to the running Nitrogen application and issues a?sync:go().?command.
make compileThis calls?erl -make, causing your application to be compiled based on the provided Emakefile.