You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
lein-cljsbuild/support/src/cljsbuild/compiler.clj
Line 145 in 7abb969
The text was updated successfully, but these errors were encountered: