Packages

Generate HTML code for other.erldocs.com

Current section

Files

Jump to
erldocs_other rebar.config
Raw

rebar.config

{deps, [{erldocs, "0.9.6"}
]}.
{plugins,
[{rebar3_erlydtl_plugin, ".*",
{git, "https://github.com/tsloughter/rebar3_erlydtl_plugin.git", {branch, "master"}}}
]}.
{erlydtl_opts, [{auto_escape, false}
]}.
{provider_hooks, [{pre, [{compile, {erlydtl, compile}}]}
,{post, [{compile, escriptize}]}
]}.