nervous-systems / serverless-cljs-plugin

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

Add sources to the lumo classpath before compilation #14

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

The :source-paths folders need to be on the classpath when compiling. This patch uses lumo.classpath to dynamically add them.

moea commented 7 years ago

Out of curiosity, what problems are caused by not doing this?

arichiardi commented 7 years ago

It does not compile correctly required user namespaces. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.