rebar.config 190 B

1234567
  1. {erlydtl_opts, [
  2. {doc_root, "priv/templates"},
  3. {out_dir, "ebin"},
  4. {compiler_options, [report, return, debug_info]},
  5. {source_ext, ".html"},
  6. {module_ext, "_view"}
  7. ]}.