This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-29
Channels
- # aatree (1)
- # admin-announcements (7)
- # announcements (3)
- # beginners (125)
- # boot (164)
- # braid-chat (8)
- # cider (26)
- # cljsrn (37)
- # clojars (3)
- # clojure (162)
- # clojure-argentina (1)
- # clojure-art (2)
- # clojure-berlin (5)
- # clojure-czech (3)
- # clojure-ireland (1)
- # clojure-miami (1)
- # clojure-norway (9)
- # clojure-russia (47)
- # clojurebridge (1)
- # clojurescript (151)
- # community-development (1)
- # conf-proposals (80)
- # core-async (15)
- # core-matrix (1)
- # cursive (66)
- # datomic (26)
- # emacs (17)
- # events (10)
- # funcool (59)
- # hoplon (43)
- # incanter (2)
- # jobs (10)
- # ldnclj (8)
- # lein-figwheel (18)
- # luminus (1)
- # off-topic (19)
- # om (144)
- # onyx (167)
- # overtone (9)
- # parinfer (12)
- # pedestal (1)
- # proton (158)
- # re-frame (139)
- # reagent (48)
- # test-check (19)
- # testing (43)
hey @rafd can i get an invite too ? thanks!
@laforge49: We're having an issue with Braid that looks like what you have run into. Any suggestions?
jamesnvc9:55 PM Jan 28
<#C03S1L9DN> need to figure out how to make figwheel compile cljc files
driving me crazy
raf3:23 AM
issue w/ fighweel or cljsbuild?
raf3:25 AM
if figwheel, you can add the following to the figwheel script: :reload-clj-files {:clj false :cljc true}
jamesnvc8:50 AM
figwheel, I guess?
It tries to reload when the cljc changes, but it just pops up an error saying it can't find util__init.class or whatever