Current section

Files

Jump to
mockgyver rebar.config
Raw

rebar.config

%% Tell emacs to use -*- erlang -*- mode for this file
{deps,
[{parse_trans, "3.0.0"},
{eunit_addons, "0.3.0"}
]}.
{profiles,
%% Add the edown dependency (for generating markdown docs) when
%% running with the edown profile ==> make it an optional dependency.
[{edown, [{deps, [edown]},
{edoc_opts, [{doclet, edown_doclet}]}]}]}.