Fork me on GitHub
#tools-deps
<
2018-03-24
>
tianshu02:03:41

@seancorfield It's very helpful. these project dose not have a resources folder, is there a resource-path in tools.deps or I should just use paths?

seancorfield03:03:21

@doglooksgood the deps stuff is just about the class path. There's no distinction between the things that are on the class path.

seancorfield03:03:53

If you use my boot-tools-deps then it has the idea of Boot resource path -- anything that would go in the uberjar -- and source path -- code that doesn't go in the uberjar. That puts deps paths into resource paths and extra-paths into source paths.

dominicm10:03:30

Why /usr/local > /usr/? Looking at https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard it suggests that /usr/local is wrong.

dominicm10:03:01

Also, the deps.edn files should be somewhere in /etc I think too? Reaching out here for some community feedback.