You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: