nervous-systems / serverless-cljs-plugin

Serverless plugin for Clojurescript deployment w/ cljs-lambda
The Unlicense
75 stars 10 forks source link

Merge of :source-paths is not working properly #11

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

I have noticed that the merging on :source-paths has a problem: if I have a serverless-lumo.edn like

{:source-paths ["src"]
 :compiler-options {:verbose true
                    :language-in :ecmascript5
                    :optimizations :none
                    :source-map true}}

Then the output of the lumo command is:

Invoking the Lumo compiler w/ inputs ["src",["src"]]

Will have a look.