ソースを参照

Merge pull request #1783 from ferd/restore-templates

Restore default templates in bootstrapped rebar3
pull/1790/head
Fred Hebert 7年前
committed by GitHub
コミット
68cc3c55e7
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加0行の削除
  1. +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, [

読み込み中…
キャンセル
保存