Fork me on GitHub
#figwheel-main
<
2019-04-18
>
frozenlock21:04:11

Is there a way to configure figwheel-main without a deps.edn *.cljs.edn file? (Only Leiningen)

dpsutton21:04:44

i thought there was a whole section in the readme for that

frozenlock21:04:46

Eh, I've looked twice already...

dpsutton21:04:57

lein run -m figwheel.main

frozenlock21:04:49

But how do I configure it in the project.clj? I tried to put keys under :figwheel without success.

dpsutton21:04:15

you still need the dev.edn file and prod.edn files

dpsutton21:04:23

but that' doesn't mean deps.edn

frozenlock21:04:53

Oh derp, I meant dev.edn.

frozenlock21:04:17

So it can't be done only from within project.clj then...

dpsutton21:04:29

ah i doubt it

dpsutton21:04:49

unless you create a lein task that creates those files from the project.clj file. but i don't see what you would gain