This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-07
Channels
- # aleph (19)
- # aws (1)
- # beginners (75)
- # boot (28)
- # cider (1)
- # cljs-dev (12)
- # cljsrn (20)
- # clojure (350)
- # clojure-argentina (1)
- # clojure-chicago (2)
- # clojure-dev (2)
- # clojure-russia (5)
- # clojure-spec (2)
- # clojure-uk (14)
- # clojure-ukraine (3)
- # clojurescript (68)
- # component (87)
- # core-async (25)
- # core-logic (13)
- # cursive (4)
- # data-science (72)
- # datascript (59)
- # datomic (15)
- # defnpodcast (7)
- # emacs (33)
- # hoplon (5)
- # immutant (73)
- # jobs (21)
- # klipse (6)
- # lumo (14)
- # off-topic (26)
- # om (23)
- # onyx (6)
- # parinfer (37)
- # protorepl (4)
- # re-frame (13)
- # ring (2)
- # rum (3)
- # spacemacs (2)
- # specter (22)
- # sql (47)
- # uncomplicate (10)
- # unrepl (79)
- # untangled (66)
- # vim (47)
- # yada (17)
hey everyone, anyone have some tips on how they configure boot for different environments (dev, test, prod, etc.)?
@joeharrow boot run -p dev
😉
@joeharrow sorry, I should have been a little clearer. We define a task (e.g. run
), which takes a -p option, for the profile to use. Maybe for you it could be -e
for environment 🙂
is it possible to use Boot's defclifn
from boot.cli as a regular library, ie bundle it into an uberjar and use it?
@pandeiro do you need that specific one? I think it is borrowed from somewhere, can't recall where
@richiardiandrea Yeah I'll just use clojure.tools.cli instead, which is fine
yeah I was going to add that
@kenbier the cljs.edn
file in resources seems odd...you usually put in a subfolder of src
unless you know what you are doing of course 😉
@richiardiandrea mm copied from another project i didn’t start
Hi all - I'm trying to use multiple repositories in my build.boot file; however it doesn't seem to search the alternate repo... any thoughts?
usually the file .js
is materialized in the same (potentially nested) folder
of course in the output
@mattyulrich can you show the relevant part of build.boot? you may be overwriting repo list rather than conj
ing
🙂 Well I just realized I had a typo in my second repo url..
I fixed that and now it's resolving....
Sometimes, copying to paste into slack fixes the issue! 🙂 Thanks for the reply.
@richiardiandrea ah turns out it was an issue in my middleware