This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-05
Channels
- # bangalore-clj (4)
- # boot (196)
- # chestnut (1)
- # cider (4)
- # clara (3)
- # cljs-dev (23)
- # cljsjs (28)
- # cljsrn (1)
- # clojure (79)
- # clojure-art (1)
- # clojure-berlin (1)
- # clojure-hk (17)
- # clojure-italy (5)
- # clojure-korea (1)
- # clojure-russia (21)
- # clojure-spec (5)
- # clojure-uk (26)
- # clojurescript (125)
- # core-async (1)
- # cursive (23)
- # datomic (7)
- # emacs (17)
- # hoplon (51)
- # jobs (2)
- # leiningen (2)
- # om (11)
- # om-next (26)
- # onyx (39)
- # pedestal (9)
- # proton (4)
- # re-frame (43)
- # reagent (1)
- # ring (2)
- # slack-help (12)
- # sydney (4)
- # test-check (9)
- # yada (40)
using cider for a boot cljs project. when i access something, there's a warning. without loading ns manually, the autocomplete won't work.
hello.core> say-hello
WARNING: Use of undeclared Var hello.core/say-hello at line 1 <cljs repl>
#object[hello$core$say_hello "function hello$core$say_hello(){
return cljs.core.println.call(null,"Hello World!");
}"]
when the weasel connected, a directory out
will be made in project root. I thinks It should use the out that locate in the boot temp fileset. I have no idea where's the problem.
appreciate for any help and guide to solve this.