Current section
Files
Jump to
Current section
Files
elli_xpblfe
rebar.config
rebar.config
{plugins, [
{'lfe-compile', "0.6.0", {pkg, rebar3_lfe_compile}}
]}.
{provider_hooks, [{post, [{compile, {lfe, compile}}]}]}.
{project_plugins, [
{lodox,
{git, "git://github.com/lfe-rebar3/lodox.git",
{branch, "develop"}}}
]}.
{profiles, [
{test, [
{eunit_compile_opts, [{src_dirs, ["src", "test"]}]},
{deps, [
{ltest, {git, "git://github.com/lfex/ltest.git", {tag, "0.9.0"}}},
elli
]}
]}
]}.
{lodox, [
{apps, [
{elli_xpblfe, [
{'source-uri',
"https://github.com/elli-lib/elli_xpblfe"
"/blob/master/{filepath}#L{line}"}
]}
]}
]}.