Skip to content

Commit

Permalink
Merge pull request #1783 from ferd/restore-templates
Browse files Browse the repository at this point in the history
Restore default templates in bootstrapped rebar3
  • Loading branch information
ferd authored May 10, 2018
2 parents 2e0f28f + 4673a99 commit 68cc3c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit 68cc3c5

Please sign in to comment.