Skip to content

Instantly share code, notes, and snippets.

@exterm
Created March 22, 2012 17:29
Show Gist options
  • Save exterm/2160372 to your computer and use it in GitHub Desktop.
Save exterm/2160372 to your computer and use it in GitHub Desktop.
rebar configuration
% documentation for rebar.config: https://github.com/basho/rebar/blob/master/rebar.config.sample
{sub_dirs, ["launcher", "disco"]}.
{erl_opts, [debug_info, fail_on_warning, parse_transform, lager_transform]}.
{require_otp_vsn, "R14"}.
{deps,
[lager,
{lager, "1.0.*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}
]
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment