rebar.config 692 B

12345678910111213141516
  1. {deps, [
  2. {gproc, ".*", {git, "git://github.com/voxoz/gproc", []}},
  3. {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", []}},
  4. {erlydtl,".*", {git, "git://github.com/voxoz/erlydtl", []}},
  5. {active, ".*", {git, "git://github.com/synrc/active", []}},
  6. {nitro, ".*", {git, "git://github.com/synrc/nitro", []}},
  7. {n2o, ".*", {git, "git://github.com/synrc/mqtt", []}},
  8. {kvs, ".*", {git, "git://github.com/synrc/kvs", []}}
  9. ]}.
  10. {erlydtl_opts, [
  11. {doc_root, "priv/templates"},
  12. {out_dir, "ebin"},
  13. {compiler_options, [report, return, debug_info]},
  14. {source_ext, ".html"},
  15. {module_ext, "_view"}
  16. ]}.