我总是有一个rebar.config和一个relx.config。但是,我阅读了“了解一些Erlang:http://howistart.org/posts/erlang/1/”的作者的这一页,他的rebar.config中有relx部分,而没有relx.config。这有什么好处吗?我应该把它们都放在一个文件里吗?这方面的最佳做法是什么?
发布于 2017-04-02 20:48:17
使用Rebar3,relx集成了从Rebar 2.x到Rebar3。因此,不需要单独使用relx.config,除非直接使用relx (或者使用其他构建工具,如erlang.mk)。
https://stackoverflow.com/questions/42906615
复制相似问题