rebar.config 356 B

123456789101112
  1. {deps, [
  2. {erlydtl, ".*", {git, "git://github.com/evanmiller/erlydtl", {tag,"0.8.0"}}},
  3. {n2o, ".*", {git, "git://github.com/5HT/n2o", {tag,"1.5.0"}}}
  4. ]}.
  5. {erlydtl_opts, [
  6. {doc_root, "priv/templates"},
  7. {out_dir, "ebin"},
  8. {compiler_options, [report, return, debug_info]},
  9. {source_ext, ".html"},
  10. {module_ext, "_view"}
  11. ]}.