123456789101112131415 |
- {lib_dirs, ["deps",".."]}.
- {deps_dir, ["deps"]}.
- {deps, [ %% uncomment for compile %% moved to app deps
- %{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"}}},
- %{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"}}},
- %{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"}}},
- %{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"}}},
- %{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"}}}
- ]}.
- {erlydtl_opts, [
- {doc_root, "priv"},
- {out_dir, "ebin"},
- {source_ext, ".dtl"},
- {module_ext, "_view"}
- ]}.
|