From 953ddba4b8484e29a97c78775dddf281174c5bb2 Mon Sep 17 00:00:00 2001 From: nuex Date: Fri, 21 Feb 2014 16:25:29 -0500 Subject: set doc_root on dtl templates --- rebar.config | 1 + 1 file changed, 1 insertion(+) (limited to 'rebar.config') 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]}. -- cgit v1.2.3 From adeccbc3c31a1e647c5bb42c6ccf4a7823265755 Mon Sep 17 00:00:00 2001 From: nuex Date: Fri, 21 Feb 2014 16:53:48 -0500 Subject: add rebar_vsn_plugin directory to rebar.config --- rebar.config | 1 + 1 file changed, 1 insertion(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 3c26745..4eef17e 100644 --- a/rebar.config +++ b/rebar.config @@ -16,6 +16,7 @@ {branch, "master"}}}]}. %% Rebar Plugins ============================================================== +{plugin_dir, "deps/rebar_vsn_plugin/src"}. {plugins, [rebar_vsn_plugin]}. %% Compiler Options ============================================================ -- cgit v1.2.3 From baaa2400e3ea9b21f453a77b064033edf96fc685 Mon Sep 17 00:00:00 2001 From: nuex Date: Fri, 7 Mar 2014 16:16:29 -0500 Subject: try adding some verbosity to erlydtl compilation errors --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config') 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]}. -- cgit v1.2.3