This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-20
Channels
- # alda (2)
- # beginners (6)
- # boot (25)
- # cider (10)
- # clojars (5)
- # clojure (81)
- # clojure-brasil (1)
- # clojure-dev (2)
- # clojure-russia (19)
- # clojure-spec (21)
- # clojure-uk (69)
- # clojurescript (23)
- # code-reviews (15)
- # cursive (3)
- # datavis (1)
- # datomic (8)
- # euroclojure (3)
- # events (5)
- # flambo (15)
- # hoplon (17)
- # jobs-rus (13)
- # lambdaisland (50)
- # mount (5)
- # off-topic (3)
- # om (1)
- # parinfer (72)
- # proton (1)
- # protorepl (1)
- # re-frame (17)
- # reagent (59)
- # videos (1)
@curlyfry: are you using the built-in secretary stuff to generate the links that you want to add fragments to?
@timgilbert Not sure if this is what you mean, but my routes are defined like this:
`(defroute "/" []
(re-frame/dispatch [:set-active-panel :home-panel]))
reagent does not recognize input tag’s refs [:input {:ref “ref-id”}]
who knows this matter?
@borongkim: i’d ask in the #C0620C0C8 channel
thank you @shaunlebron
Is there any tool/workflow where reloading a compiled CLJS file works with :optimizations :whitespace
?
@arohner I frequently reload files in simple/advanced compilation
Boot makes that quite easy
@anmonteiro what environment are you in? How do you actually reload the files?
ah right, I’m only used to doing this in a browser environment
@arohner happy to share a simple config
give me 10 min
hrm, now I’m not seeing the same error, and the JS appears to load without error, but it looks like the goog.provide stuff isn’t overwriting the old functions
sometimes figwheel doesn't detect a file change and won't reload. Is this just the nature of hot reloading or did I misconfigure something? and if so, is there a way to trigger it manually via the repl (to avoid restarting the jvm)?
@anmonteiro aha, here’s the magic: https://github.com/adzerk-oss/boot-reload/blob/master/src/adzerk/boot_reload/client.cljs#L14
@arohner awesome, wasn’t aware