$ git push heroku master
Counting objects: 88, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (81/81), done.
Writing objects: 100% (88/88), 270.82 KiB, done.
Total 88 (delta 37), reused 0 (delta 0)
-----> Heroku receiving push
-----> Fetching custom buildpack... done
-----> Erlang app detected
-----> Building with Rebar
==> build_1f1m84fi7wezb (get-deps)
Initialized empty Git repository in /tmp/build_1f1m84fi7wezb/deps/mochiweb/.git/
==> mochiweb (get-deps)
==> mochiweb (pre_compile)
ERROR: pre_compile failed while processing /tmp/build_1f1m84fi7wezb/deps/mochiweb: {'EXIT',{{badmatch,{error,enoent}},
[{boss_plugin,boss_config,0},
{boss_plugin,boss_config_value,2},
{boss_plugin,init,2},
{boss_plugin,pre_compile,2},
{rebar_core,run_modules,4},
{rebar_core,execute,4},
{rebar_core,process_dir0,6},
{rebar_core,process_each,5}]}}
! Heroku push rejected, failed to compile Erlang app
And now I'm not sure where to go. Investigating... but maybe someone has an idea?