This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-15
Channels
- # 100-days-of-code (3)
- # announcements (14)
- # beginners (100)
- # calva (20)
- # cider (50)
- # cljdoc (29)
- # cljs-dev (6)
- # clojure (78)
- # clojure-europe (1)
- # clojure-italy (8)
- # clojure-losangeles (1)
- # clojure-nl (11)
- # clojure-uk (108)
- # clojurescript (23)
- # code-reviews (5)
- # cursive (7)
- # datomic (11)
- # devops (1)
- # editors (1)
- # figwheel-main (65)
- # fulcro (114)
- # hoplon (31)
- # hyperfiddle (1)
- # juxt (4)
- # lein-figwheel (2)
- # nrepl (13)
- # off-topic (72)
- # re-frame (35)
- # reagent (9)
- # shadow-cljs (42)
- # spacemacs (2)
- # specter (5)
- # tools-deps (60)
- # yada (2)
Hi! I've to add reagent to an existing static web-page made with hugo
to make some pieces of this page dynamic. hugo has a live-reload, so every time the js change, hugo recompile. Now with lein cljsbuild auto
, leiningen compile the javascript and hugo recompile. But in this way I'm not able to use repl.. How can I use figwheel repl by connecting it to a page served by hugo-server? thx
I have the opposite problem. When using lein package
from the reagent template, the js builds properly but when I open the app in a browser I get "ClojureScript has not been compiled!
please run lein figwheel in order to start the compiler"
On the other hand, lein clean && lein cljsbuild once app
works
@tmtwd are you using hugo
as well? @lee.justin.m good idea I didn't know about those groups