Skip to content

Commit

Permalink
Merge pull request #187 from bitwalker/erlydtl-warnings
Browse files Browse the repository at this point in the history
Silence superfluous erlydtl warnings
  • Loading branch information
tsloughter committed May 20, 2014
2 parents f3ae095 + c9d362e commit 6a50af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlx_prv_overlay.erl
Expand Up @@ -30,7 +30,7 @@

-define(DIRECTORY_RE, ".*(\/|\\\\)$").

-define(ERLYDTL_COMPILE_OPTS, [report_warnings, return_errors, {auto_escape, false}]).
-define(ERLYDTL_COMPILE_OPTS, [report_warnings, return_errors, {auto_escape, false}, {out_dir, false}]).

-include("relx.hrl").

Expand Down

0 comments on commit 6a50af3

Please sign in to comment.