소스 검색

Merge pull request #1783 from ferd/restore-templates

Restore default templates in bootstrapped rebar3
pull/1790/head
Fred Hebert 7 년 전
committed by GitHub
부모
커밋
68cc3c55e7
No known key found for this signature in database 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, [

불러오는 중...
취소
저장