Fork me on GitHub
#leiningen
<
2017-04-03
>
pseud09:04:41

Hey - following a discussion/decree by a colleague, I've moved all code (clj, cljs, cljc) into a common dir structure, meaning some files exist next to each other as foo.clj and foo.cljc. Now when I issue lein install, I get several messages like so Warning: skipped duplicate file: <path/to/file> - this concerns all files but one which I believe I haven't moved around. I am somewhat perplexed as some of these files should be unique (i.e. no other clj/cljc/cljs file shares its NS).

danielcompton10:04:54

that suggests maybe there is a cached directory being used as well?

danielcompton10:04:12

are you sure that that file doesn't exist somewhere else as well?