Closed xafizoff closed 5 years ago
I have all applications my project depends on, in apps directory. So I keep all libs in freeze. I have to specify in rebar.config every single sub dir to get it working:
apps
rebar.config
{lib_dirs,["apps"]}. {sub_dirs,["apps/cowlib","apps/cowboy","apps/ranch","apps/gproc","apps/kvs","apps/jsone","apps/nitro","apps/gen_smtp","apps/n2o", "apps/sh","apps/mad","apps/fs","apps/active", "apps/svg"]}.
Can this be avoided?
Is it possible to rename apps to deps? Or set deps_dir instead?
deps_dir
Yes
Awesome!
I have all applications my project depends on, in
apps
directory. So I keep all libs in freeze. I have to specify inrebar.config
every single sub dir to get it working:Can this be avoided?