rebar.config 543 B

12345678910111213
  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. {rest, ".*", {git, "git://github.com/synrc/rest", "HEAD"}},
  5. {n2o, ".*", {git, "git://github.com/5HT/n2o", "HEAD"}}
  6. ]}.
  7. {erlydtl_opts, [
  8. {doc_root, "priv/templates"},
  9. {out_dir, "ebin"},
  10. {compiler_options, [report, return, debug_info]},
  11. {source_ext, ".html"},
  12. {module_ext, "_view"}
  13. ]}.