summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escriptize.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-07 13:29:26 -0600
committerTristan Sloughter <t@crashfast.com>2015-03-07 17:37:23 -0600
commit3f5fa807cb86f3c756933c1f59f4444d1ea17bbb (patch)
tree1ef1c712272c7d2ae67ada2f286b84a38f198d49 /src/rebar_prv_escriptize.erl
parenta18ddc4c97c474bbf0f75984b77fa9e1e5fa5583 (diff)
update erlydtl compiler to output to _build, add simple test
Diffstat (limited to 'src/rebar_prv_escriptize.erl')
-rw-r--r--src/rebar_prv_escriptize.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_escriptize.erl b/src/rebar_prv_escriptize.erl
index ad58281..d5708c5 100644
--- a/src/rebar_prv_escriptize.erl
+++ b/src/rebar_prv_escriptize.erl
@@ -61,6 +61,7 @@ desc() ->
"the project's and its dependencies' BEAM files.".
do(State) ->
+ ?INFO("Building escript...", []),
escriptize(State).
escriptize(State0) ->