In the edge project, how do you make a production build? Do you have create a build.boot or project.clj file to generate a jar file? Apologies if this is the wrong channel for the question.
@feihong.hsu you can use pack.alpha to generate an uberjar.
Does yada work with Clojure 1.9? Getting a :cause Call to clojure.core/refer-clojure did not conform to spec:
when using (:require [yada.yada :as yada]))
we're currently running 1.9.0-RC1 with yada 1.2.2 in production @grierson
@mccraigmccraig I was using Clojure 1.9 and Yada 1.2.11
@grierson previously a dependency of yada did not work with 1.9
We have been running 1.9 and yada 1.2.9 in production for a while