Fork me on GitHub
#dirac
<
2016-06-23
>
ajchemist12:06:02

This is just for a example of boot-figwheel for now.

darwin12:06:30

@ajchemist: cool, I would merge it, if you prepared a PR and were willing to maintain it

ajchemist12:06:49

Oh?! It’s good for me to do PR.

ajchemist12:06:41

but I’m not ready for maintaining currently 😅

darwin12:06:04

ok, then maybe I will just link your repo

darwin12:06:16

and you can update it when get time

ajchemist12:06:14

Thanks, I just want to test boot-figwheel project, and porting cljs-devtools-sample project is the best option for me.

richiardiandrea15:06:11

Am I wrong or :preloads kind of deprecates boot-cljs-devtools? @jupl @superstructor

jupl15:06:16

@richiardiandrea: I added you as a collaborator to the project so you can work upon the improvements. Once you have all ready I can check it and publish. I apologize for the setbacks and hopefully this will help everyone.

richiardiandrea15:06:43

No problem and thanks! But you see now the ClojureScript patch changed things a bit...I was still thinking about what to do...for sure I would like to have a -n|--no-dirac so that you can use cljs-devtools independently, but then now you might as well just use it directly...what do you think?

martinklepsch16:06:28

@richiardiandrea: I think it's still handy to have preloads/deps injected by a simple task, no?

richiardiandrea16:06:21

The task does not inject deps at the moment...it signals if missing and it starts the dirac Repl..which is good ;)

richiardiandrea20:06:22

About the options that now we can configure through :tooling-config...is there a way to pass them to cljs-devtools` directly as well?