rebar.config 281 B

1234567891011
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {yrl_opts, [{includefile, "include/erlydtl_preparser.hrl"}]}.
  4. {deps,
  5. [{merl, ".*",
  6. {git, "git://github.com/erlydtl/merl.git", {branch, "erlydtl"}},
  7. [raw]}
  8. ]}.
  9. {pre_hooks, [{compile, "make -C $REBAR_DEPS_DIR/merl all"}]}.