Fork me on GitHub
#shadow-cljs
<
2018-08-27
>
ghiden20:08:43

does the code need to be in the source-paths?

thheller20:08:51

yes. always.

richiardiandrea22:08:20

a bit of magic there, I cannot find dist/script.js

richiardiandrea22:08:55

oh found that too 😄

richiardiandrea22:08:40

cool awesome 😉

richiardiandrea22:08:56

you really are a Lisp dev 😄 rolling your own 😉

richiardiandrea22:08:22

cool i like it thank you!

thheller22:08:28

roll my own?

richiardiandrea23:08:18

I mean without using neither yaoman nor lein templates

thheller23:08:50

because it doesn't do any templating yet 😉

richiardiandrea23:08:51

it should be made a library so that we have a JS package tool from .edn I actually like it better than the lein one

ghiden23:08:52

proxy-url has proxy-port? or i can just specify "http://localhsot:8181" as proxy-url?

thheller23:08:43

yes url with port

ghiden23:08:08

:thumbsup:

richiardiandrea23:08:29

would it be a good idea to add a parameter to set the :nrepl port from the command line?

richiardiandrea23:08:42

I feel that info should not be part of the shadow-cljs.edn

thheller23:08:40

well it should really really really just be read from .shadow-cljs/nrepl.port

thheller23:08:52

but I guess it could be a CLI option too. CLI is due a rewrite anyways

👍 4