threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
634 stars 29 forks source link

Split the build #202

Open quoll opened 3 years ago

quoll commented 3 years ago

An Asami deployment is currently built on an uberjar of everything. This is fine for Clojure, but in Clojurescript this includes all of asami.durable, and ClojureScript is much more size sensitive, despite Google Closure removing unused code.

I propose creating a new source directory for asami.durable (e.g. src-durable) and adding this to the source path for the Clojure build, but not for ClojureScript.