hoplon / hoplon

Simple and powerful tool for building web apps out of highly composable elements in ClojureScript.
https://hoplon.io/
Eclipse Public License 1.0
1.02k stars 65 forks source link

boot_hoplon up-to-date with latest boot? #251

Closed opyate closed 5 years ago

opyate commented 5 years ago

Hi all,

I'm now using these deps:

                  [adzerk/boot-reload "0.6.0"]
                  [adzerk/boot-cljs "2.1.5"]
                  [adzerk/boot-cljs-repl "0.4.0"]
                  [cider/piggieback      "0.3.10" :scope "test"]
                  [nrepl                 "0.5.3" :scope "test"]
                  [weasel                "0.7.0" :scope "test"]

(for cider/piggieback, etc)

...but getting this on boot dev:

Compiling ClojureScript...
• index.html.js
WARNING: Use of undeclared Var ui.status/div at line 18 ui/status.cljs
WARNING: Use of undeclared Var ui.status/ul at line 19 ui/status.cljs
WARNING: Use of undeclared Var ui.status/li at line 19 ui/status.cljs
WARNING: Use of undeclared Var ui.status/div at line 19 ui/status.cljs
...
burn2delete commented 5 years ago

@opyate I dont see any use of boot-hoplon