Fork me on GitHub
#hoplon
<
2016-11-07
>
leontalbot10:11:56

Hi guys! I use chrome for developing and I would devtools to better handle my hoplon app

leontalbot10:11:21

I have seen this

leontalbot10:11:18

I followed the installation instructions but can't figure out how to name the cljs.edn file and what to exactly put in it...

leontalbot10:11:02

When my hoplon apps reloads

leontalbot10:11:45

Compiling ClojureScript...
• index.html.js
Elapsed time: 6.784 sec
`

leontalbot10:11:46

does that mean my file should be js/index.html.cljs.edn?

leontalbot10:11:20

and the content of the file should be:

leontalbot10:11:47

{:require  [index.html.core]
 :init-fns [index.html.core/init]}

leontalbot10:11:29

I don't see anything different in the chrome console

leontalbot12:11:09

Actually my cljs.edn file is in target/js . This is probably wrong though I wouldn't know where else to put it...

micha14:11:19

@leontalbot are you using the hoplon task?

micha14:11:40

it generates the edn file for you

micha14:11:46

and it's named as you said

leontalbot14:11:12

@micha oh... so it should be something else then...

micha14:11:41

i will give it a try though

micha14:11:47

looks handy

leontalbot16:11:26

@micha Let me know if your setup works proprely!