This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-18
Channels
- # admin-announcements (13)
- # announcements (1)
- # aws (17)
- # beginners (1)
- # boot (113)
- # cider (71)
- # cljs-dev (7)
- # clojure (93)
- # clojure-android (2)
- # clojure-berlin (1)
- # clojure-dev (22)
- # clojure-italy (3)
- # clojure-japan (1)
- # clojure-poland (41)
- # clojure-russia (96)
- # clojurescript (140)
- # cursive (11)
- # datomic (27)
- # devcards (1)
- # devops (1)
- # events (4)
- # funcool (3)
- # hoplon (133)
- # immutant (7)
- # ldnclj (22)
- # leiningen (5)
- # off-topic (6)
- # om (22)
- # onyx (12)
- # re-frame (8)
- # reagent (12)
@kacurez: tools.cli may be of help, but what do you mean by "upgradable"?
@christianromney: thanks, I check it. By upgradable(or better updatable) I mean that you can simply update it via a command(without touching any file) e.g something like npm update
. If I understand right I can achieve this with boot-clj and having the tool “installed” as clojar
but i’m having a problem with my test namespaces getting loaded by the ring server command
@sandbags: IIRC, leiningen does add this automatically to the dev
profile (and possibly others). Are you using a profile called dev
?
@kacurez: as far as I can tell alda-lang provides such thing
@martinklepsch, @alandipert great! looks like alda-lang is doing it the way I want, will have a closer look. Thanks for the inspiration!