eginez / calvin

A minimalistic build tool for clojurescript projects that does not require the jvm
186 stars 9 forks source link

Is it possible to compile cljs files with calvin? #6

Closed viebel closed 7 years ago

eginez commented 7 years ago

short answer is yes, technically compilation works, but there are other taks the java cljs compiler performs, those I am still researching. You can take a peek at the cljs-build branch to look at what I am trying to do

eginez commented 7 years ago

we can now!

eginez commented 7 years ago

calvin now supports the lumo build api that can be used to compile to cljs, please notice there are limitations with the above api