rebar.config 1.2 KB

123456789101112131415
  1. {lib_dirs, ["deps",".."]}.
  2. {deps_dir, ["deps"]}.
  3. {deps, [ %% uncomment for compile %% moved to app deps
  4. %{nitro, ".*", {https, "https://git.4dev.win/n4u/nitro.git", {tag, "6.6.3-erl19"}}}, %{nitro, ".*", {git, "git@github.com:synrc/nitro.git", {tag, "2.4"}}},
  5. %{n4u, ".*", {https, "https://git.4dev.win/n4u/n4u.git", {tag, "4.4.1-erl19"}}}, %{n2o, ".*", {git, "git@github.com:synrc/n2o.git", {tag, "4.4"}}},
  6. %{kvs, ".*", {https, "https://git.4dev.win/n4u/kvs.git", {tag, "3.9.1-erl19"}}}, %{kvs, ".*", {git, "git@github.com:synrc/kvs.git", {tag, "3.9.1"}}},
  7. %{erlydtl, ".*", {https, "https://git.4dev.win/n4u/erlydtl.git", {tag, "0.12.1-erl19"}}}, %{erlydtl, ".*", {git, "git@github.com:evanmiller/erlydtl.git", {tag, "0.8.0"}}},
  8. %{oauth, ".*", {https, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v1.6.0"}}} %{oauth, ".*", {git, "git@github.com:tim/erlang-oauth.git", {tag, "v1.6.0"}}}
  9. ]}.
  10. {erlydtl_opts, [
  11. {doc_root, "priv"},
  12. {out_dir, "ebin"},
  13. {source_ext, ".dtl"},
  14. {module_ext, "_view"}
  15. ]}.