/support/templates/mochiwebapp_skel/rebar.config
http://github.com/basho/mochiweb · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · a53a1fac705063182270b1ae14964ff5 MD5 · raw file
- %% -*- erlang -*-
- {erl_opts, [debug_info]}.
- {deps, [
- {mochiweb, ".*",
- {git, "git://github.com/mochi/mochiweb.git", {branch, "master"}}}]}.
- {cover_enabled, true}.
- {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.