rebar.config 454 B

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