Fork me on GitHub
#lein-figwheel
<
2016-06-22
>
Macroz06:06:27

@bhauman re-natal use-figwheel generates index.android.js etc. but that was removed in every clean

Macroz06:06:40

so I removed it from the clean targets

ajchemist15:06:12

@bhauman: Is it possible to skip figwheel’s validation of cljs compiler options? If it can, It will be handy for testing new cljs core stuff without extending existing figwheel.

bhauman15:06:26

:validate-config false

bhauman15:06:37

in the :figwheel options

bhauman15:06:52

that skips all validation

ajchemist15:06:16

@bhauman: wow thanks 👍

bhauman15:06:23

I'm happy to push a quickish update though

wilkerlucio18:06:13

@bhauman: yeah, currently needing the :preloads option to be available

bhauman18:06:56

:figwheel > :validate-config false

bhauman18:06:28

just for now

wilkerlucio18:06:34

yup, but would be nice to keep the rest of the validation, hehe

bhauman18:06:53

I'll cut a release soon

wilkerlucio18:06:28

what you think about the idea of leaving it open, and doing the levinstein comparison on the unknown ones before failing? or maybe jsut a warn on unknown keys?

bhauman18:06:50

this is a much bigger conversation

bhauman23:06:11

just deployed lein-figwheel 0.5.4-4 with support for the new :preloads key and some other fixes