Sfoglia il codice sorgente

Merge pull request #1783 from ferd/restore-templates

Restore default templates in bootstrapped rebar3
pull/1790/head
Fred Hebert 7 anni fa
committed by GitHub
parent
commit
68cc3c55e7
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      rebar.config

+ 4
- 0
rebar.config Vedi File

@ -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, [

Caricamento…
Annulla
Salva