lynaghk / cljx

Write a portable codebase targeting Clojure/ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect path when source-paths value is repeated

jeluard opened this issue · comments

When source-paths value is present several times in the complete file path, all occurences are replaced by the value of output-path.

e.g.
with {:source-paths ["test"] :output-path "generated-test"}
path is generated-test/XX/generated-test/ instead of generated-test/XX/test/

Note this doesn't happen with branch sjacket.

The next release will be from sjacket, so I'm going to close this issue. Thanks for the report and testing on both branches!