Packages

Jiffy and JSX wrapper which returns a more standard Erlang map.

Current section

Files

Jump to
miffy rebar.config
Raw

rebar.config

%-*-Erlang-*-
{deps,
[
{jiffy, "0.14.11"}
% {jiffy, "https://github.com/davisp/jiffy.git", "0.14.11"}
]}.
{eunit_opts,
[
verbose,
{skip_deps, true},
{report,{eunit_surefire,[{dir,"."}]}}
]}.
{eunit_exclude_deps, true}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_print_enabled, true}.