We have two files with identical names input.js but in separate namespaces and dirs but build script does not distinguish them and puts by the same path in the target/cljsbuild-compiler-0 dir.
I also try to use boot and do the same thing in it and encounter the same problem. Probably the real cause of this issue could be not in the build tool?
Problem description
We have two files with identical names
input.js
but in separate namespaces and dirs but build script does not distinguish them and puts by the same path in thetarget/cljsbuild-compiler-0 dir.
Log
More info (project structure, sources and way to reproduce) can be found in bug-repo
Supposed place for modification:
https://github.com/emezeske/lein-cljsbuild/blob/7abb969766248d6cabc50598cd69267acf6b141c/support/src/cljsbuild/compiler.clj#L145