I wrote build.boot
configuration example to boot cljs-devtools-sample
demo. https://github.com/aJchemist/cljs-devtools-sample/blob/9869b753b01638801d3e704f62a10d03abbb6ca6/build.boot
This is just for a example of boot-figwheel for now.
@ajchemist: cool, I would merge it, if you prepared a PR and were willing to maintain it
Oh?! Itβs good for me to do PR.
but Iβm not ready for maintaining currently π
ok, then maybe I will just link your repo
and you can update it when get time
Thanks, I just want to test boot-figwheel project, and porting cljs-devtools-sample project is the best option for me.
Am I wrong or :preloads
kind of deprecates boot-cljs-devtools
? @jupl @superstructor
@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.
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?
@richiardiandrea: I think it's still handy to have preloads/deps injected by a simple task, no?
The task does not inject deps at the moment...it signals if missing and it starts the dirac Repl..which is good ;)
About the options that now we can configure through :tooling-config
...is there a way to pass them to cljs-devtools` directly as well?