This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Merge pull request
#1783
from ferd/restore-templates
Restore default templates in bootstrapped rebar3
pull/1790/head
Fred Hebert
7 年之前
committed by
GitHub
父節點
2e0f28f07f
4673a992de
當前提交
68cc3c55e7
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
rebar.config
+ 4
- 0
rebar.config
查看文件
@ -54,6 +54,10 @@
{bootstrap, []},
{prod, [
{escript_incl_extra, [
{"relx/priv/templates/*", "_build/prod/lib/"},
{"rebar/priv/templates/*", "_build/prod/lib/"}
]},
{erl_opts, [no_debug_info]},
{overrides, [
{override, erlware_commons, [
Write
Preview
Loading…
取消
儲存