Skip to:
Using several foreign libs with the same file name ends up just including one of them, as the files are placed at the root of the `:output-dir`.
A solution for this would be placing those files in a location that matches their `rovides` namespace.
Affects master
fixed https://github.com/clojure/clojurescript/commit/97d2d61e78ce747d02d0e5b2ced706f6fb68ec4e
Using several foreign libs with the same file name ends up just including one of them, as the files are placed at the root of the `:output-dir`.
A solution for this would be placing those files in a location that matches their `rovides` namespace.