This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-07
Channels
- # aleph (11)
- # aws (8)
- # bangalore-clj (4)
- # beginners (32)
- # boot (48)
- # cider (2)
- # cljs-dev (57)
- # cljsrn (4)
- # clojars (22)
- # clojure (67)
- # clojure-argentina (2)
- # clojure-austin (9)
- # clojure-berlin (1)
- # clojure-brasil (15)
- # clojure-france (1)
- # clojure-italy (10)
- # clojure-russia (23)
- # clojure-spec (6)
- # clojure-uk (48)
- # clojurescript (143)
- # cursive (15)
- # datomic (30)
- # emacs (18)
- # hoplon (26)
- # instaparse (1)
- # leiningen (1)
- # om (21)
- # om-next (9)
- # parinfer (3)
- # pedestal (3)
- # planck (2)
- # re-frame (53)
- # reagent (4)
- # ring (5)
- # spacemacs (1)
- # specter (10)
- # sql (16)
- # untangled (19)
- # vim (11)
- # yada (2)
Hi guys! I use chrome for developing and I would devtools to better handle my hoplon app
I have seen this
I followed the installation instructions but can't figure out how to name the cljs.edn file and what to exactly put in it...
When my hoplon apps reloads
it says:
Compiling ClojureScript...
• index.html.js
Elapsed time: 6.784 sec
`does that mean my file should be js/index.html.cljs.edn
?
and the content of the file should be:
{:require [index.html.core]
:init-fns [index.html.core/init]}
I don't see anything different in the chrome console
Actually my cljs.edn file is in target/js . This is probably wrong though I wouldn't know where else to put it...
@leontalbot are you using the hoplon
task?
@micha oh... so it should be something else then...
Thanks!
@micha do you use it?
cool!
@micha Let me know if your setup works proprely!