figwheel-main

figwheel-main http://figwheel.org
2019-04-18T21:43:11.006100Z

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

dpsutton 2019-04-18T21:45:44.006400Z

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

2019-04-18T21:46:46.007500Z

Eh, I've looked twice already...

dpsutton 2019-04-18T21:46:57.007700Z

lein run -m figwheel.main

2019-04-18T21:47:49.008400Z

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

dpsutton 2019-04-18T21:48:15.008800Z

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

dpsutton 2019-04-18T21:48:23.009100Z

but that' doesn't mean deps.edn

2019-04-18T21:48:53.009600Z

Oh derp, I meant dev.edn.

2019-04-18T21:49:17.010100Z

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

dpsutton 2019-04-18T21:49:29.010300Z

ah i doubt it

dpsutton 2019-04-18T21:49:49.010800Z

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