Hi, i am trying to do this on my project, but unfortunately I can't get the new app to compile.
Its code is under my_boss_app/src/apps/utils/my_util/src
I added the path to the boss.config
but when I launch rebar to do the build, it does not get compiled.
A previous post mentioned the clear need to 'hook the new app to the compile process', but how can I do that?
A bit of extra info:
in my project, when I run the build via rebar, for each dependency in deps/, I have a couple of lines like
<dep1> (pre_compile)
<dep1> (compile)
but for the 'main' my_boss_app project, I only have one
<my_boss_app> (pre_compile)
Any hints?
Thanks in advance.