dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
ajchemist 2016-06-23T12:39:12.000132Z

I wrote build.boot configuration example to boot cljs-devtools-sample demo. https://github.com/aJchemist/cljs-devtools-sample/blob/9869b753b01638801d3e704f62a10d03abbb6ca6/build.boot

ajchemist 2016-06-23T12:40:02.000134Z

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

2016-06-23T12:40:30.000136Z

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

ajchemist 2016-06-23T12:41:49.000138Z

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

ajchemist 2016-06-23T12:42:41.000139Z

but I’m not ready for maintaining currently πŸ˜…

2016-06-23T12:43:04.000140Z

ok, then maybe I will just link your repo

2016-06-23T12:43:16.000141Z

and you can update it when get time

ajchemist 2016-06-23T12:44:14.000142Z

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

richiardiandrea 2016-06-23T15:17:11.000143Z

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

2016-06-23T15:24:16.000144Z

@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.

richiardiandrea 2016-06-23T15:27:43.000145Z

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?

martinklepsch 2016-06-23T16:03:28.000146Z

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

πŸ‘ 1
richiardiandrea 2016-06-23T16:05:21.000148Z

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

richiardiandrea 2016-06-23T20:44:22.000149Z

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