diff options
author | nuex <[email protected]> | 2014-02-21 16:25:29 -0500 |
---|---|---|
committer | nuex <[email protected]> | 2014-03-08 19:30:56 -0500 |
commit | 953ddba4b8484e29a97c78775dddf281174c5bb2 (patch) | |
tree | c4820233f82bafb45592bcac030d6d827a9c7a47 /rebar.config | |
parent | a9e42ed88f85bab78a36c84061b043c0d2916bad (diff) | |
download | relx-953ddba4b8484e29a97c78775dddf281174c5bb2.tar.gz relx-953ddba4b8484e29a97c78775dddf281174c5bb2.tar.bz2 relx-953ddba4b8484e29a97c78775dddf281174c5bb2.zip |
set doc_root on dtl templates
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 858add2..3c26745 100644 --- a/rebar.config +++ b/rebar.config @@ -29,6 +29,7 @@ {cover_print_enabled, true}. %% Misc ======================================================================= +{erlydtl_opts, [{doc_root, "priv/templates"}]}. {escript_incl_apps, [getopt, erlware_commons, erlydtl]}. |