This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-20
Channels
- # admin-announcements (1)
- # bangalore-clj (4)
- # beginners (176)
- # boot (38)
- # cider (9)
- # clara (1)
- # clojars (9)
- # clojure (290)
- # clojure-belgium (25)
- # clojure-berlin (2)
- # clojure-dusseldorf (10)
- # clojure-italy (1)
- # clojure-russia (141)
- # clojure-sg (1)
- # clojure-spec (40)
- # clojure-uk (38)
- # clojurebridge (19)
- # clojurescript (148)
- # code-reviews (37)
- # community-development (7)
- # cursive (27)
- # datomic (71)
- # editors-rus (3)
- # events (1)
- # heroku (1)
- # hoplon (16)
- # jobs (5)
- # lambdaisland (3)
- # lein-figwheel (211)
- # luminus (3)
- # off-topic (52)
- # om (18)
- # onyx (49)
- # overtone (3)
- # pedestal (48)
- # protorepl (7)
- # rdf (2)
- # re-frame (61)
- # reagent (3)
- # timbre (2)
- # untangled (69)
I've been working through these steps to use hoplon/javelin in a regular lein project: https://yogthos.net/posts/2016-06-06-WorkingWithHoplon.html. This no longer works with the latest build of hoplon (alpha17) but it does work with the build used in the article (alpha15). Any idea what broke since alpha15?
Does jquery no longer get automatically included or something? (The example uses jquery to mount the hoplon app in the #app div)
@puzzler correct, include hoplon.jquery
I'm giving hoplon a try, and one of the problems I'm having is that some errors (e.g., an error in a formula cell) just seem to cause the page not to render at all. No meaningful error message is given so I can't track it down. Is this normal or is there a better workflow that avoids this?
@puzzler yeah, what do you mean by “no meaningful error”?
do you actually mean “no error” or “i don’t understand how to debug the error that i see”?
I keep having issues with hoplon serving up old html.js files that i've since changed. the old files persist even when stopping and re-running boot dev. When i change something in the file and it's reloaded with boot-reload the correct version is shown but a page refresh shows the old stale page. if i rename the html page, the new page works for awhile but seemingly randomly an old version will start showing up at some point. any tips as to how to start to track down what's causing this? I'm on Windows, boot 2.6, boot-reload 0.4.13 and hoplon alpha17
@jjttjj: if you are using chrome you can disable cache while devtools are open
So that s refresh is a hard-refresh
@flyboarder awesome thanks