diff options
| author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-09 21:09:04 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-09 21:09:04 -0400 | 
| commit | 68cc3c55e773f7b8524b5b5587f47e478764a0ea (patch) | |
| tree | 5ac4e5f0aa6283ac20a57bd7271321a03b73a20e | |
| parent | 2e0f28f07f4b58757a813704bdfeb3c4f92d50f1 (diff) | |
| parent | 4673a992deeea9c676f506c81ff50df08fcd2615 (diff) | |
Merge pull request #1783 from ferd/restore-templates
Restore default templates in bootstrapped rebar3
| -rw-r--r-- | rebar.config | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/rebar.config b/rebar.config index 5d57c04..0ce4fb3 100644 --- a/rebar.config +++ b/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, [ | 
