Hi all, as usual apologies if this has been covered.
I'm working with archives, and it appears that dependencies are not bundled in the archive - trying to start anything from the dependencies causes this:
I'm not sure if this is a bug, or just by design. I can't really think of a reason that we wouldn't want people to be able to use dependencies in archives, so it makes me think the former. It seems easy enough to fix (the `archive.build` task only looks in "_build/<env>/lib/<my_module>" for things to include).
Opinions? I was going to put this on GitHub but as I'm not sure whether it's intentional or not, I figured I'd drop it here just in case. Of course, maybe I'm doing something wrong myself... but I can't imagine what it would be.