diff options
author | nuex <[email protected]> | 2014-03-07 16:16:29 -0500 |
---|---|---|
committer | nuex <[email protected]> | 2014-03-08 19:30:57 -0500 |
commit | baaa2400e3ea9b21f453a77b064033edf96fc685 (patch) | |
tree | 3fe7a48140a8c0457f34e8b86d344d4d6e00562d | |
parent | 4ef840816d7df2a47a7955d3fd339720ace0a2b8 (diff) | |
download | relx-baaa2400e3ea9b21f453a77b064033edf96fc685.tar.gz relx-baaa2400e3ea9b21f453a77b064033edf96fc685.tar.bz2 relx-baaa2400e3ea9b21f453a77b064033edf96fc685.zip |
try adding some verbosity to erlydtl compilation errors
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 4eef17e..cf03ea3 100644 --- a/rebar.config +++ b/rebar.config @@ -30,7 +30,8 @@ {cover_print_enabled, true}. %% Misc ======================================================================= -{erlydtl_opts, [{doc_root, "priv/templates"}]}. +{erlydtl_opts, [{doc_root, "priv/templates"}, + {compiler_options, [report, return, debug_info]}]}. {escript_incl_apps, [getopt, erlware_commons, erlydtl]}. |