Browse Source

Merge pull request #1783 from ferd/restore-templates

Restore default templates in bootstrapped rebar3
pull/1790/head
Fred Hebert 7 years ago
committed by GitHub
parent
commit
68cc3c55e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      rebar.config

+ 4
- 0
rebar.config View File

@ -54,6 +54,10 @@
{bootstrap, []}, {bootstrap, []},
{prod, [ {prod, [
{escript_incl_extra, [
{"relx/priv/templates/*", "_build/prod/lib/"},
{"rebar/priv/templates/*", "_build/prod/lib/"}
]},
{erl_opts, [no_debug_info]}, {erl_opts, [no_debug_info]},
{overrides, [ {overrides, [
{override, erlware_commons, [ {override, erlware_commons, [

Loading…
Cancel
Save