Fork me on GitHub
#yada
<
2018-04-06
>
feihong13:04:45

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.

dominicm15:04:36

@feihong.hsu you can use pack.alpha to generate an uberjar.

grierson15:04:54

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]))

mccraigmccraig15:04:59

we're currently running 1.9.0-RC1 with yada 1.2.2 in production @grierson

grierson15:04:52

@mccraigmccraig I was using Clojure 1.9 and Yada 1.2.11

dominicm15:04:48

@grierson previously a dependency of yada did not work with 1.9

borkdude17:04:31

We have been running 1.9 and yada 1.2.9 in production for a while