Fork me on GitHub
#cider
<
2016-09-05
>
tianshu09:09:52

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.

tianshu09:09:45

here's my build.boot

tianshu09:09:15

launched with boot cider dev, then cider-connect.

tianshu09:09:35

cider is the task I found in the wiki of boot.