Packages
Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
Current section
Files
Jump to
Current section
Files
zotonic_mod_bootstrap
rebar.config
rebar.config
%% -*- mode: erlang -*-
{minimum_otp_vsn, "23"}.
{erl_opts, [
debug_info
]}.
{deps,
[
{zotonic_core, "1.0.0-rc.17"}
]
}.
{plugins, []}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.