This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-06
Channels
- # beginners (95)
- # boot (3)
- # cider (13)
- # cljs-dev (9)
- # cljsjs (1)
- # cljsrn (35)
- # clojure (78)
- # clojure-dev (5)
- # clojure-italy (6)
- # clojure-nl (9)
- # clojure-russia (13)
- # clojure-spec (1)
- # clojure-uk (74)
- # clojurescript (59)
- # community-development (6)
- # core-async (41)
- # css (110)
- # data-science (2)
- # datomic (22)
- # defnpodcast (1)
- # devcards (1)
- # docs (1)
- # editors (6)
- # emacs (51)
- # figwheel (1)
- # fulcro (66)
- # jobs (1)
- # jobs-discuss (75)
- # lumo (51)
- # mount (2)
- # off-topic (33)
- # pedestal (24)
- # proton (3)
- # re-frame (29)
- # reagent (92)
- # reitit (16)
- # shadow-cljs (16)
- # spacemacs (4)
- # specter (6)
- # vim (6)
- # yada (7)
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