This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fix relx included rebar config typo
pull/46/head
Tristan Sloughter
10 years ago
parent
cd46f5e28c
commit
90438fb1a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/relx_rebar.config.dtl
+ 1
- 1
priv/templates/relx_rebar.config.dtl
View File
@ -15,6 +15,6 @@
}.
{profiles, [{prod, [{relx, [{dev_mode, true},
{include_erts, false}
,
]}]
{include_erts, false}]}]
}]
}.
Write
Preview
Loading…
Cancel
Save